module Base
{

    item M249Drum
    {
        DisplayCategory = Weapon,
        ItemType = base:weapon,
        Weight = 6.4,
        Icon = M249,
        AimingPerkCritModifier = 8,
        AimingPerkHitChanceModifier = 12,
        AimingPerkMinAngleModifier = 0.0025,
        AimingPerkRangeModifier = 3.0,
        AimReleaseSound = M16AimRelease,
        Aimingtime = 35,
        AmmoBox = Base.556Box,
        AmmoType = base:bullets_556,
        AttachmentType = Rifle,
        BreakSound = M16Break,
        BringToBearSound = M16BringToBear,
        ClickSound = M16Jam,
        ConditionLowerChanceOneIn = 200,
        ConditionMax = 30,
        CritDmgMultiplier = 5.0,
        CriticalChance = 20.0,
        DoorDamage = 8,
        DropSound = M16Drop,
        EjectAmmoSound = M16EjectAmmo,
        EjectAmmoStartSound = M16EjectAmmoStart,
        EjectAmmoStopSound = M16EjectAmmoStop,
        EquipSound = M16Equip,
        FireMode = Auto,
        FireModePossibilities = Auto/Single,
        CyclicRateMultiplier = 1.4,
        HitChance = 15,
        HitSound = BulletImpact,
        IdleAnim = Idle_Weapon2,
        ImpactSound = null,
        InsertAmmoSound = M16InsertAmmo,
        InsertAmmoStartSound = M16InsertAmmoStart,
        InsertAmmoStopSound = M16InsertAmmoStop,
        IsAimedFirearm = true,
        JamGunChance = 1,
        KnockBackOnNoDeath = true,
        KnockdownMod = 4.0,
        MagazineType = Base.M249ClipDrum,
        MaxAmmo = 150,
        MaxDamage = 2.4,
        MaxHitcount = 2,
        MaxRange = 35.0,
        MinSightRange = 2,
        MaxSightRange = 10.0,
        MetalValue = 45.0,
        MinAngle = 0.975,
        MinDamage = 1.6,
        MinRange = 0.61,
        MinimumSwingtime = 0.5,
        ModelWeaponPart = x4Scope x4Scope scope scope,
        ModelWeaponPart = x4ACOGScope x4ACOGScope scope scope,
        ModelWeaponPart = x8Scope x8Scope scope scope,
        ModelWeaponPart = x8ACOGScope x8ACOGScope scope scope,
        ModelWeaponPart = TritiumSights TritiumSights scope2 scope2,
        ModelWeaponPart = Laser Laser laser laser,
        ModelWeaponPart = GunLight GunLight gunlight gunlight,
        ModelWeaponPart = Foregrip1 Foregrip1 foregrip1 foregrip1,
        ModelWeaponPart = Foregrip2 Foregrip2 foregrip2 foregrip2,
        ModelWeaponPart = M249ClipDrum_Attachment M249ClipDrum_Attachment magazine magazine,
        MultipleHitConditionAffected = false,
        MuzzleFlashModelKey = muzzle_flash_assault_rifle,
        NPCSoundBoost = 1.5,
        PiercingBullets = true,
        Projectilecount = 1,
        PushBackMod = 0.3,
        RackSound = M16Rack,
        Ranged = true,
        RecoilDelay = 15,
        Reloadtime = 25,
        RequiresEquippedBothHands = true,
        RunAnim = Run_Weapon2,
        ShellFallSound = M16CartridgeFall,
        SoundGain = 2.0,
        SoundRadius = 150,
        SoundVolume = 35,
        SplatBloodOnNoDeath = true,
        SplatNumber = 3,
        SplatSize = 3,
        StopPower = 2.0,
        SubCategory = Firearm,
        SwingAmountBeforeImpact = 0.0,
        SwingAnim = Rifle,
        SwingSound = MSR700Shoot,
        Swingtime = 0.5,
        ToHitModifier = 1.5,
        TwoHandWeapon = true,
        UnequipSound = M16UnEquip,
        UseEndurance = false,
        WeaponReloadType = boltaction,
        WeaponSprite = M249Drum,
        Tags = base:hasmetal;base:firearm,
	Tooltip = Tooltip_M249,
    }

	model M249Drum
	{
		mesh = weapons/firearm/M249_NoMagazine,	
		texture = weapons/firearm/M249,
		attachment muzzle
		{
			offset = 0.0000 0.4126 -0.0464,
			rotate = -90.0000 0.0000 -180.0000,
		}
		attachment scope		
		{		
			offset = 0.0000 0.0097 -0.0883,	
			rotate = 0.0000 180.0000 0.0000,
		}
		attachment scope2		
		{		
			offset = 0.0000 0.0699 -0.0647,	
			rotate = 0.0000 180.0000 0.0000,
		}
		attachment laser		
		{		
			offset = 0.0000 0.2464 0.0000,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment gunlight		
		{		
			offset = -0.0039 0.2737 -0.0370,	
			rotate = 0.0000 -90.0000 0.0000,
		}
		attachment foregrip1		
		{		
			offset = 0.0000 0.0000 0.0063,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment foregrip2		
		{		
			offset = 0.0000 0.0000 0.0063,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment magazine		
		{		
			offset = 0.0000 0.0000 0.0000,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment world
		{
			offset = -0.0300 0.0000 0.0000,
			rotate = 0.0000 0.0000 0.0000,
		}
	}

    craftRecipe UseExtendedMagM249
    {
        timedAction = Making,
        time = 10,
	OnTest = UseDrumMagTest,
        OnCreate = RecipeCodeOnCreate.UseDrumMag,
        Tags = InHandCraft,
        category = Weaponry,
        inputs
        {
            item 1 [Base.M249] flags[Prop2;InheritCondition;InheritAmmunition],
        }
        outputs
        {
            item 1 M249Drum,
        }
    }

    craftRecipe UseNormalMagM249
    {
        timedAction = Making,
        time = 10,
	OnTest = UseDrumMagTest,
        OnCreate = RecipeCodeOnCreate.UseDrumMag,
        Tags = InHandCraft,
        category = Weaponry,
        inputs
        {
            item 1 [Base.M249Drum] flags[Prop2;InheritCondition;InheritAmmunition],
        }
        outputs
        {
            item 1 M249,
        }
    }

    item M60Drum
    {
        DisplayCategory = Weapon,
        ItemType = base:weapon,
        Weight = 6.9,
        Icon = M60,
        AimingPerkCritModifier = 8,
        AimingPerkHitChanceModifier = 12,
        AimingPerkMinAngleModifier = 0.0025,
        AimingPerkRangeModifier = 3.0,
        AimReleaseSound = M14AimRelease,
        Aimingtime = 35,
        AmmoBox = Base.762Box,
        AmmoType = firearms:bullets_762x51,
        AttachmentType = Rifle,
        BreakSound = M14Break,
        BringToBearSound = M14BringToBear,
        ClickSound = M14Jam,
        ClipSize = 150,
        ConditionLowerChanceOneIn = 200,
        ConditionMax = 30,
        CritDmgMultiplier = 6.0,
        CriticalChance = 20.0,
        DoorDamage = 15,
        DropSound = M14Drop,
        EjectAmmoSound = M14EjectAmmo,
        EjectAmmoStartSound = M14EjectAmmoStart,
        EjectAmmoStopSound = M14EjectAmmoStop,
        EquipSound = M14Equip,
	FireMode = Auto,
	FireModePossibilities = Auto/Single,
        CyclicRateMultiplier = 1.3,
        HitChance = 15,
        HitSound = BulletImpact,
        IdleAnim = Idle_Weapon2,
        ImpactSound = null,
        InsertAmmoSound = M14InsertAmmo,
        InsertAmmoStartSound = M14InsertAmmoStart,
        InsertAmmoStopSound = M14InsertAmmoStop,
        IsAimedFirearm = true,
        JamGunChance = 1,
        KnockBackOnNoDeath = true,
        KnockdownMod = 2.0,
        MagazineType = Base.M60ClipDrum,
        MaxAmmo = 150,
        MaxDamage = 2.7,
        MaxHitcount = 2,
        MaxRange = 40.0,
        MinSightRange = 2,
        MaxSightRange = 10.0,
        MetalValue = 45.0,
        MinAngle = 0.975,
        MinDamage = 1.8,
        MinRange = 0.61,
        MinimumSwingtime = 0.5,
        ModelWeaponPart = x4Scope x4Scope scope scope,
        ModelWeaponPart = x4ACOGScope x4ACOGScope scope scope,
        ModelWeaponPart = x8Scope x8Scope scope scope,
        ModelWeaponPart = x8ACOGScope x8ACOGScope scope scope,
        ModelWeaponPart = TritiumSights TritiumSights scope2 scope2,
        ModelWeaponPart = Laser Laser laser laser,
        ModelWeaponPart = GunLight GunLight gunlight gunlight,
        ModelWeaponPart = Foregrip1 Foregrip1 foregrip1 foregrip1,
        ModelWeaponPart = Foregrip2 Foregrip2 foregrip2 foregrip2,
        ModelWeaponPart = M60ClipDrum_Attachment M60ClipDrum_Attachment magazine magazine,
        MultipleHitConditionAffected = false,
        MuzzleFlashModelKey = muzzle_flash_assault_rifle02,
        NPCSoundBoost = 1.5,
        PiercingBullets = true,
        Projectilecount = 1,
        PushBackMod = 0.3,
        RackSound = M14Rack,
        Ranged = true,
        RecoilDelay = 15,
        Reloadtime = 25,
        RequiresEquippedBothHands = true,
        RunAnim = Run_Weapon2,
        ShellFallSound = M14CartridgeFall,
        SoundGain = 2.0,
        SoundRadius = 170,
        SoundVolume = 30,
        SplatBloodOnNoDeath = true,
        SplatNumber = 3,
        SplatSize = 3,
        StopPower = 2.0,
        SubCategory = Firearm,
        SwingAmountBeforeImpact = 0.0,
        SwingAnim = Rifle,
        SwingSound = MSR788Shoot,
        Swingtime = 0.5,
        ToHitModifier = 1.5,
        TwoHandWeapon = true,
        UnequipSound = M14UnEquip,
        UseEndurance = false,
        WeaponReloadType = boltaction,
        WeaponSprite = M60Drum,
        Tags = base:hasmetal;base:firearm,
	Tooltip = Tooltip_M60,
    }

	model M60Drum
	{
		mesh = weapons/firearm/M60_NoMagazine,	
		texture = weapons/firearm/M60,
		attachment muzzle
		{
			offset = 0.0000 0.5076 -0.0388,
			rotate = -90.0000 0.0000 -180.0000,
		}
		attachment scope		
		{		
			offset = 0.0000 0.0026 -0.0890,	
			rotate = 0.0000 180.0000 0.0000,
		}
		attachment scope2		
		{		
			offset = 0.0000 0.0710 -0.0756,	
			rotate = 0.0000 180.0000 0.0000,
		}
		attachment laser		
		{		
			offset = 0.0000 0.3489 0.0000,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment gunlight		
		{		
			offset = 0.0000 0.2737 -0.0218,	
			rotate = 0.0000 -90.0000 0.0000,
		}
		attachment foregrip1		
		{		
			offset = 0.0000 0.0000 0.0189,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment foregrip2		
		{		
			offset = 0.0000 0.0000 0.0189,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment magazine		
		{		
			offset = 0.0000 0.0000 0.0000,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment world
		{
			offset = -0.0300 0.0000 0.0000,
			rotate = 0.0000 0.0000 0.0000,
		}
	}

    craftRecipe UseExtendedMagM60
    {
        timedAction = Making,
        time = 10,
	OnTest = UseDrumMagTest,
        OnCreate = RecipeCodeOnCreate.UseDrumMag,
        Tags = InHandCraft,
        category = Weaponry,
        inputs
        {
            item 1 [Base.M60] flags[Prop2;InheritCondition;InheritAmmunition],
        }
        outputs
        {
            item 1 M60Drum,
        }
    }

    craftRecipe UseNormalMagM60
    {
        timedAction = Making,
        time = 10,
	OnTest = UseDrumMagTest,
        OnCreate = RecipeCodeOnCreate.UseDrumMag,
        Tags = InHandCraft,
        category = Weaponry,
        inputs
        {
            item 1 [Base.M60Drum] flags[Prop2;InheritCondition;InheritAmmunition],
        }
        outputs
        {
            item 1 M60,
        }
    }

    item AssaultRifleDrum
    {
        DisplayCategory = Weapon,
        ItemType = base:weapon,
        Weight = 4.0,
        Icon = M16A2Drum,
        AimingPerkCritModifier = 8,
        AimingPerkHitChanceModifier = 12,
        AimingPerkMinAngleModifier = 0.0025,
        AimingPerkRangeModifier = 2.5,
        AimReleaseSound = M16AimRelease,
        Aimingtime = 25,
        AmmoBox = Base.556Box,
        AmmoType = base:bullets_556,
        AttachmentType = Rifle,
        BreakSound = M16Break,
        BringToBearSound = M16BringToBear,
        ClickSound = M16Jam,
        ConditionLowerChanceOneIn = 200,
        ConditionMax = 30,
        CritDmgMultiplier = 5.0,
        CriticalChance = 20.0,
        DoorDamage = 5,
        DropSound = M16Drop,
        EjectAmmoSound = M16EjectAmmo,
        EjectAmmoStartSound = M16EjectAmmoStart,
        EjectAmmoStopSound = M16EjectAmmoStop,
        EquipSound = M16Equip,
        FireMode = Auto,
        FireModePossibilities = Auto/Single,
        CyclicRateMultiplier = 1.2,
        HitChance = 30,
        HitSound = BulletImpact,
        IdleAnim = Idle_Weapon2,
        ImpactSound = null,
        InsertAmmoSound = M16InsertAmmo,
        InsertAmmoStartSound = M16InsertAmmoStart,
        InsertAmmoStopSound = M16InsertAmmoStop,
        IsAimedFirearm = true,
        JamGunChance = 1,
        KnockBackOnNoDeath = true,
        KnockdownMod = 4.0,
        MagazineType = Base.556ClipDrum,
        MaxAmmo = 50,
        MaxDamage = 2.3,
        MaxHitcount = 2,
        MaxRange = 35.0,
        MinSightRange = 2,
        MaxSightRange = 10.0,
        MetalValue = 45.0,
        MinAngle = 0.975,
        MinDamage = 1.5,
        MinRange = 0.61,
        MinimumSwingtime = 0.5,
        ModelWeaponPart = x4Scope x4Scope scope scope,
        ModelWeaponPart = x4ACOGScope x4ACOGScope scope scope,
        ModelWeaponPart = x8Scope x8Scope scope scope,
        ModelWeaponPart = x8ACOGScope x8ACOGScope scope scope,
        ModelWeaponPart = TritiumSights TritiumSights scope2 scope2,
        ModelWeaponPart = RedDot RedDot reddot reddot,
        ModelWeaponPart = SOCOMRedDot SOCOMRedDot reddot reddot,
        ModelWeaponPart = Laser Laser laser laser,
        ModelWeaponPart = 223556Suppressor 223556Suppressor 223556suppressor 223556suppressor,
        ModelWeaponPart = GunLight GunLight gunlight gunlight,
        ModelWeaponPart = DIYSuppressor DIYSuppressor diysuppressor diysuppressor,
        ModelWeaponPart = Foregrip1 Foregrip1 foregrip1 foregrip1,
        ModelWeaponPart = Foregrip2 Foregrip2 foregrip2 foregrip2,
        ModelWeaponPart = 556ClipDrum_Attachment 556ClipDrum_Attachment magazine magazine,
        MultipleHitConditionAffected = false,
        MuzzleFlashModelKey = muzzle_flash_assault_rifle,
        NPCSoundBoost = 1.5,
        PiercingBullets = true,
        Projectilecount = 1,
        PushBackMod = 0.3,
        RackSound = M16Rack,
        Ranged = true,
        RecoilDelay = 15,
        Reloadtime = 25,
        RequiresEquippedBothHands = true,
        RunAnim = Run_Weapon2,
        ShellFallSound = M16CartridgeFall,
        SoundGain = 2.0,
        SoundRadius = 150,
        SoundVolume = 35,
        SplatBloodOnNoDeath = true,
        SplatNumber = 3,
        SplatSize = 3,
        StopPower = 2.0,
        SubCategory = Firearm,
        SwingAmountBeforeImpact = 0.0,
        SwingAnim = Rifle,
        SwingSound = M16Shoot,
        Swingtime = 0.5,
        ToHitModifier = 1.5,
        TwoHandWeapon = true,
        UnequipSound = M16UnEquip,
        UseEndurance = false,
        WeaponReloadType = boltaction,
        WeaponSprite = M16A2Drum,
        Tags = base:hasmetal;base:firearm,
	Tooltip = Tooltip_M16A1,
    }

	model M16A2Drum
	{
		mesh = weapons/firearm/M16A2_NoMagazine,	
		texture = weapons/firearm/M16A2,
		attachment muzzle
		{
			offset = 0.0000 0.4039 -0.0271,
			rotate = -90.0000 0.0000 -180.0000,
		}
		attachment scope		
		{		
			offset = 0.0000 0.0097 -0.0757,	
			rotate = 0.0000 180.0000 0.0000,
		}
		attachment scope2		
		{		
			offset = 0.0000 0.0203 -0.0596,	
			rotate = 0.0000 180.0000 0.0000,
		}
		attachment reddot		
		{		
			offset = 0.0000 -0.0011 -0.0600,	
			rotate = 0.0000 180.0000 0.0000,
		}
		attachment laser		
		{		
			offset = 0.0000 0.2180 0.0000,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment 223556suppressor		
		{		
			offset = 0.0000 0.0000 -0.0260,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment gunlight		
		{		
			offset = -0.0090 0.2707 -0.0285,	
			rotate = 0.0000 -90.0000 0.0000,
		}
		attachment diysuppressor		
		{		
			offset = 0.0000 0.0349 -0.0269,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment foregrip1		
		{		
			offset = 0.0000 0.0000 0.0080,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment foregrip2		
		{		
			offset = 0.0000 0.0000 0.0080,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment magazine		
		{		
			offset = 0.0000 0.0000 0.0000,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment world
		{
			offset = -0.0300 0.0000 0.0000,
			rotate = 0.0000 0.0000 0.0000,
		}
	}

    craftRecipe UseDrumMagM16A2
    {
        timedAction = Making,
        time = 10,
	OnTest = UseDrumMagTest,
        OnCreate = RecipeCodeOnCreate.UseDrumMag,
        Tags = InHandCraft,
        category = Weaponry,
        inputs
        {
            item 1 [Base.AssaultRifle] flags[Prop2;InheritCondition;InheritAmmunition],
        }
        outputs
        {
            item 1 AssaultRifleDrum,
        }
    }

    craftRecipe UseSTANAGMagM16A2
    {
        timedAction = Making,
        time = 10,
	OnTest = UseDrumMagTest,
        OnCreate = RecipeCodeOnCreate.UseDrumMag,
        Tags = InHandCraft,
        category = Weaponry,
        inputs
        {
            item 1 [Base.AssaultRifleDrum] flags[Prop2;InheritCondition;InheritAmmunition],
        }
        outputs
        {
            item 1 AssaultRifle,
        }
    }

    item AR15NoHandleDrum
    {
        DisplayCategory = Weapon,
        ItemType = base:weapon,
        Weight = 2.6,
        Icon = M4A1Drum,
        AimingPerkCritModifier = 9,
        AimingPerkHitChanceModifier = 12,
        AimingPerkMinAngleModifier = 0.0025,
        AimingPerkRangeModifier = 2.5,
        AimReleaseSound = M16AimRelease,
        Aimingtime = 22,
        AmmoBox = Base.556Box,
        AmmoType = base:bullets_556,
        AttachmentType = Rifle,
        BreakSound = M16Break,
        BringToBearSound = M16BringToBear,
        ClickSound = M16Jam,
        ConditionLowerChanceOneIn = 200,
        ConditionMax = 30,
        CritDmgMultiplier = 6.0,
        CriticalChance = 20.0,
        DoorDamage = 5,
        DropSound = M16Drop,
        EjectAmmoSound = M16EjectAmmo,
        EjectAmmoStartSound = M16EjectAmmoStart,
        EjectAmmoStopSound = M16EjectAmmoStop,
        EquipSound = M16Equip,
        FireMode = Single,
        HitChance = 30,
        HitSound = BulletImpact,
        IdleAnim = Idle_Weapon2,
        ImpactSound = null,
        InsertAmmoSound = M16InsertAmmo,
        InsertAmmoStartSound = M16InsertAmmoStart,
        InsertAmmoStopSound = M16InsertAmmoStop,
        IsAimedFirearm = true,
        JamGunChance = 1,
        KnockBackOnNoDeath = true,
        KnockdownMod = 4.0,
        MagazineType = Base.556ClipDrum,
        MaxAmmo = 50,
        MaxDamage = 2.3,
        MaxHitcount = 2,
        MaxRange = 35.0,
        MinSightRange = 2,
        MaxSightRange = 10.0,
        MetalValue = 45.0,
        MinAngle = 0.975,
        MinDamage = 1.5,
        MinRange = 0.61,
        MinimumSwingtime = 0.5,
        ModelWeaponPart = x4Scope x4Scope scope scope,
        ModelWeaponPart = x4ACOGScope x4ACOGScope scope scope,
        ModelWeaponPart = x8Scope x8Scope scope scope,
        ModelWeaponPart = x8ACOGScope x8ACOGScope scope scope,
        ModelWeaponPart = TritiumSights TritiumSights scope2 scope2,
        ModelWeaponPart = RedDot RedDot reddot reddot,
        ModelWeaponPart = SOCOMRedDot SOCOMRedDot reddot reddot,
        ModelWeaponPart = Laser Laser laser laser,
        ModelWeaponPart = 223556Suppressor 223556Suppressor 223556suppressor 223556suppressor,
        ModelWeaponPart = GunLight GunLight gunlight gunlight,
        ModelWeaponPart = DIYSuppressor DIYSuppressor diysuppressor diysuppressor,
        ModelWeaponPart = Foregrip1 Foregrip1 foregrip1 foregrip1,
        ModelWeaponPart = Foregrip2 Foregrip2 foregrip2 foregrip2,
        ModelWeaponPart = 556ClipDrum_Attachment 556ClipDrum_Attachment magazine magazine,
        MultipleHitConditionAffected = false,
        MuzzleFlashModelKey = muzzle_flash_assault_rifle,
        NPCSoundBoost = 1.5,
        PiercingBullets = true,
        Projectilecount = 1,
        PushBackMod = 0.3,
        RackSound = M16Rack,
        Ranged = true,
        RecoilDelay = 10,
        Reloadtime = 25,
        RequiresEquippedBothHands = true,
        RunAnim = Run_Weapon2,
        ShellFallSound = M16CartridgeFall,
        SoundGain = 2.0,
        SoundRadius = 150,
        SoundVolume = 35,
        SplatBloodOnNoDeath = true,
        SplatNumber = 3,
        SplatSize = 3,
        StopPower = 2.0,
        SubCategory = Firearm,
        SwingAmountBeforeImpact = 0.0,
        SwingAnim = Rifle,
        SwingSound = M16Shoot,
        Swingtime = 0.5,
        ToHitModifier = 1.5,
        TwoHandWeapon = true,
        UnequipSound = M16UnEquip,
        UseEndurance = false,
        WeaponReloadType = boltaction,
        WeaponSprite = AR15NoHandleDrum,
        Tags = base:hasmetal;base:firearm,
	Tooltip = Tooltip_AR15,
    }

	model AR15NoHandleDrum
	{
		mesh = weapons/firearm/AR15NoHandle_NoMagazine,	
		texture = weapons/firearm/AR15,
		attachment muzzle
		{
			offset = 0.0000 0.3405 -0.0271,
			rotate = -90.0000 0.0000 -180.0000,
		}
		attachment scope		
		{		
			offset = 0.0000 0.0097 -0.0629,	
			rotate = 0.0000 180.0000 0.0000,
		}
		attachment scope2		
		{		
			offset = 0.0000 0.0097 -0.0415,	
			rotate = 0.0000 180.0000 0.0000,
		}
		attachment reddot		
		{		
			offset = 0.0000 -0.0011 -0.0482,	
			rotate = 0.0000 180.0000 0.0000,
		}
		attachment laser		
		{		
			offset = 0.0000 0.1871 0.0000,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment 223556suppressor		
		{		
			offset = 0.0000 -0.0545 -0.0266,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment gunlight		
		{		
			offset = -0.0091 0.2291 -0.0285,	
			rotate = 0.0000 -90.0000 0.0000,
		}
		attachment diysuppressor		
		{		
			offset = 0.0000 -0.0249 -0.0269,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment foregrip1		
		{		
			offset = 0.0000 0.0000 0.0057,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment foregrip2		
		{		
			offset = 0.0000 0.0000 0.0057,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment magazine		
		{		
			offset = 0.0000 0.0000 0.0000,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment world
		{
			offset = -0.0300 0.0000 0.0000,
			rotate = 0.0000 0.0000 0.0000,
		}
	}

    craftRecipe UseDrumMagAR15NoHandle
    {
        timedAction = Making,
        time = 10,
	OnTest = UseDrumMagTest,
        OnCreate = RecipeCodeOnCreate.UseDrumMag,
        Tags = InHandCraft,
        category = Weaponry,
        inputs
        {
            item 1 [Base.AR15NoHandle] flags[Prop2;InheritCondition;InheritAmmunition],
        }
        outputs
        {
            item 1 AR15NoHandleDrum,
        }
    }

    craftRecipe UseSTANAGMagAR15NoHandle
    {
        timedAction = Making,
        time = 10,
	OnTest = UseDrumMagTest,
        OnCreate = RecipeCodeOnCreate.UseDrumMag,
        Tags = InHandCraft,
        category = Weaponry,
        inputs
        {
            item 1 [Base.AR15NoHandleDrum] flags[Prop2;InheritCondition;InheritAmmunition],
        }
        outputs
        {
            item 1 AR15NoHandle,
        }
    }

    item HKG36CDrum
    {
        DisplayCategory = Weapon,
        ItemType = base:weapon,
        Weight = 3.0,
        Icon = HKG36CDrum,
        AimingPerkCritModifier = 8,
        AimingPerkHitChanceModifier = 12,
        AimingPerkMinAngleModifier = 0.0025,
        AimingPerkRangeModifier = 2.5,
        AimReleaseSound = M16AimRelease,
        Aimingtime = 22,
        AmmoBox = Base.556Box,
        AmmoType = base:bullets_556,
        AttachmentType = Rifle,
        BreakSound = M16Break,
        BringToBearSound = M16BringToBear,
        ClickSound = M16Jam,
        ConditionLowerChanceOneIn = 200,
        ConditionMax = 30,
        CritDmgMultiplier = 5.0,
        CriticalChance = 20.0,
        DoorDamage = 5,
        DropSound = M16Drop,
        EjectAmmoSound = M16EjectAmmo,
        EjectAmmoStartSound = M16EjectAmmoStart,
        EjectAmmoStopSound = M16EjectAmmoStop,
        EquipSound = M16Equip,
        FireMode = Auto,
        FireModePossibilities = Auto/Single,
        CyclicRateMultiplier = 1.3,
        HitChance = 30,
        HitSound = BulletImpact,
        IdleAnim = Idle_Weapon2,
        ImpactSound = null,
        InsertAmmoSound = M16InsertAmmo,
        InsertAmmoStartSound = M16InsertAmmoStart,
        InsertAmmoStopSound = M16InsertAmmoStop,
        IsAimedFirearm = true,
        JamGunChance = 1,
        KnockBackOnNoDeath = true,
        KnockdownMod = 4.0,
        MagazineType = Base.556ClipDrum,
        MaxAmmo = 50,
        MaxDamage = 2.3,
        MaxHitcount = 2,
        MaxRange = 35.0,
        MinSightRange = 2,
        MaxSightRange = 10.0,
        MetalValue = 45.0,
        MinAngle = 0.975,
        MinDamage = 1.5,
        MinRange = 0.61,
        MinimumSwingtime = 0.5,
        ModelWeaponPart = x4Scope x4Scope scope scope,
        ModelWeaponPart = x4ACOGScope x4ACOGScope scope scope,
        ModelWeaponPart = x8Scope x8Scope scope scope,
        ModelWeaponPart = x8ACOGScope x8ACOGScope scope scope,
        ModelWeaponPart = TritiumSights TritiumSights scope2 scope2,
        ModelWeaponPart = RedDot RedDot reddot reddot,
        ModelWeaponPart = SOCOMRedDot SOCOMRedDot reddot reddot,
        ModelWeaponPart = Laser Laser laser laser,
        ModelWeaponPart = 223556Suppressor 223556Suppressor 223556suppressor 223556suppressor,
        ModelWeaponPart = GunLight GunLight gunlight gunlight,
        ModelWeaponPart = DIYSuppressor DIYSuppressor diysuppressor diysuppressor,
        ModelWeaponPart = Foregrip1 Foregrip1 foregrip1 foregrip1,
        ModelWeaponPart = Foregrip2 Foregrip2 foregrip2 foregrip2,
        ModelWeaponPart = 556ClipDrum_Attachment 556ClipDrum_Attachment magazine magazine,
        MultipleHitConditionAffected = false,
        MuzzleFlashModelKey = muzzle_flash_assault_rifle,
        NPCSoundBoost = 1.5,
        PiercingBullets = true,
        Projectilecount = 1,
        PushBackMod = 0.3,
        RackSound = M16Rack,
        Ranged = true,
        RecoilDelay = 15,
        Reloadtime = 25,
        RequiresEquippedBothHands = true,
        RunAnim = Run_Weapon2,
        ShellFallSound = M16CartridgeFall,
        SoundGain = 2.0,
        SoundRadius = 150,
        SoundVolume = 35,
        SplatBloodOnNoDeath = true,
        SplatNumber = 3,
        SplatSize = 3,
        StopPower = 2.0,
        SubCategory = Firearm,
        SwingAmountBeforeImpact = 0.0,
        SwingAnim = Rifle,
        SwingSound = M16Shoot,
        Swingtime = 0.5,
        ToHitModifier = 1.5,
        TwoHandWeapon = true,
        UnequipSound = M16UnEquip,
        UseEndurance = false,
        WeaponReloadType = boltaction,
        WeaponSprite = HKG36CDrum,
        Tags = base:hasmetal;base:firearm,
	Tooltip = Tooltip_ColtCommando,
    }

	model HKG36CDrum
	{
		mesh = weapons/firearm/HKG36C_NoMagazine,	
		texture = weapons/firearm/HKG36C,
		attachment muzzle
		{
			offset = 0.0000 0.2766 -0.0271,
			rotate = -90.0000 0.0000 -180.0000,
		}
		attachment scope		
		{		
			offset = 0.0000 0.0097 -0.0867,	
			rotate = 0.0000 180.0000 0.0000,
		}
		attachment scope2		
		{		
			offset = 0.0000 0.0203 -0.0679,	
			rotate = 0.0000 180.0000 0.0000,
		}
		attachment reddot		
		{		
			offset = 0.0000 0.0097 -0.0867,	
			rotate = 0.0000 180.0000 0.0000,
		}
		attachment laser		
		{		
			offset = -0.0230 0.1893 -0.0271,	
			rotate = 0.0000 270.0000 0.0000,
		}
		attachment 223556suppressor		
		{		
			offset = 0.0000 -0.1213 -0.0260,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment gunlight		
		{		
			offset = -0.0046 0.2292 -0.0285,	
			rotate = 0.0000 -90.0000 0.0000,
		}
		attachment diysuppressor		
		{		
			offset = 0.0000 -0.1213 -0.0260,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment foregrip1		
		{		
			offset = 0.0000 0.0000 0.0066,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment foregrip2		
		{		
			offset = 0.0000 0.0000 0.0066,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment magazine		
		{		
			offset = 0.0000 0.0000 0.0000,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment world
		{
			offset = -0.0300 0.0000 0.0000,
			rotate = 0.0000 0.0000 0.0000,
		}
	}

    craftRecipe UseDrumMagHKG36C
    {
        timedAction = Making,
        time = 10,
	OnTest = UseDrumMagTest,
        OnCreate = RecipeCodeOnCreate.UseDrumMag,
        Tags = InHandCraft,
        category = Weaponry,
        inputs
        {
            item 1 [Base.HKG36C] flags[Prop2;InheritCondition;InheritAmmunition],
        }
        outputs
        {
            item 1 HKG36CDrum,
        }
    }

    craftRecipe UseSTANAGMagHKG36C
    {
        timedAction = Making,
        time = 10,
	OnTest = UseDrumMagTest,
        OnCreate = RecipeCodeOnCreate.UseDrumMag,
        Tags = InHandCraft,
        category = Weaponry,
        inputs
        {
            item 1 [Base.HKG36CDrum] flags[Prop2;InheritCondition;InheritAmmunition],
        }
        outputs
        {
            item 1 HKG36C,
        }
    }

    item HKG36Drum
    {
        DisplayCategory = Weapon,
        ItemType = base:weapon,
        Weight = 3.5,
        Icon = HKG36Drum,
        AimingPerkCritModifier = 8,
        AimingPerkHitChanceModifier = 12,
        AimingPerkMinAngleModifier = 0.0025,
        AimingPerkRangeModifier = 2.5,
        AimReleaseSound = M16AimRelease,
        Aimingtime = 25,
        AmmoBox = Base.556Box,
        AmmoType = base:bullets_556,
        AttachmentType = Rifle,
        BreakSound = M16Break,
        BringToBearSound = M16BringToBear,
        ClickSound = M16Jam,
        ConditionLowerChanceOneIn = 200,
        ConditionMax = 30,
        CritDmgMultiplier = 5.0,
        CriticalChance = 20.0,
        DoorDamage = 5,
        DropSound = M16Drop,
        EjectAmmoSound = M16EjectAmmo,
        EjectAmmoStartSound = M16EjectAmmoStart,
        EjectAmmoStopSound = M16EjectAmmoStop,
        EquipSound = M16Equip,
        FireMode = Auto,
        FireModePossibilities = Auto/Single,
        CyclicRateMultiplier = 1.3,
        HitChance = 30,
        HitSound = BulletImpact,
        IdleAnim = Idle_Weapon2,
        ImpactSound = null,
        InsertAmmoSound = M16InsertAmmo,
        InsertAmmoStartSound = M16InsertAmmoStart,
        InsertAmmoStopSound = M16InsertAmmoStop,
        IsAimedFirearm = true,
        JamGunChance = 1,
        KnockBackOnNoDeath = true,
        KnockdownMod = 4.0,
        MagazineType = Base.556ClipDrum,
        MaxAmmo = 50,
        MaxDamage = 2.3,
        MaxHitcount = 2,
        MaxRange = 35.0,
        MinSightRange = 2,
        MaxSightRange = 10.0,
        MetalValue = 45.0,
        MinAngle = 0.975,
        MinDamage = 1.5,
        MinRange = 0.61,
        MinimumSwingtime = 0.5,
        ModelWeaponPart = x4Scope x4Scope scope scope,
        ModelWeaponPart = x4ACOGScope x4ACOGScope scope scope,
        ModelWeaponPart = x8Scope x8Scope scope scope,
        ModelWeaponPart = x8ACOGScope x8ACOGScope scope scope,
        ModelWeaponPart = TritiumSights TritiumSights scope2 scope2,
        ModelWeaponPart = RedDot RedDot reddot reddot,
        ModelWeaponPart = SOCOMRedDot SOCOMRedDot reddot reddot,
        ModelWeaponPart = Laser Laser laser laser,
        ModelWeaponPart = 223556Suppressor 223556Suppressor 223556suppressor 223556suppressor,
        ModelWeaponPart = GunLight GunLight gunlight gunlight,
        ModelWeaponPart = DIYSuppressor DIYSuppressor diysuppressor diysuppressor,
        ModelWeaponPart = Foregrip1 Foregrip1 foregrip1 foregrip1,
        ModelWeaponPart = Foregrip2 Foregrip2 foregrip2 foregrip2,
        ModelWeaponPart = 556ClipDrum_Attachment 556ClipDrum_Attachment magazine magazine,
        MultipleHitConditionAffected = false,
        MuzzleFlashModelKey = muzzle_flash_assault_rifle,
        NPCSoundBoost = 1.5,
        PiercingBullets = true,
        Projectilecount = 1,
        PushBackMod = 0.3,
        RackSound = M16Rack,
        Ranged = true,
        RecoilDelay = 15,
        Reloadtime = 25,
        RequiresEquippedBothHands = true,
        RunAnim = Run_Weapon2,
        ShellFallSound = M16CartridgeFall,
        SoundGain = 2.0,
        SoundRadius = 150,
        SoundVolume = 35,
        SplatBloodOnNoDeath = true,
        SplatNumber = 3,
        SplatSize = 3,
        StopPower = 2.0,
        SubCategory = Firearm,
        SwingAmountBeforeImpact = 0.0,
        SwingAnim = Rifle,
        SwingSound = M16Shoot,
        Swingtime = 0.5,
        ToHitModifier = 1.5,
        TwoHandWeapon = true,
        UnequipSound = M16UnEquip,
        UseEndurance = false,
        WeaponReloadType = boltaction,
        WeaponSprite = HKG36Drum,
        Tags = base:hasmetal;base:firearm,
	Tooltip = Tooltip_M16A1,
    }

	model HKG36Drum
	{
		mesh = weapons/firearm/HKG36_NoMagazine,	
		texture = weapons/firearm/HKG36,
		attachment muzzle
		{
			offset = 0.0000 0.4039 -0.0271,
			rotate = -90.0000 0.0000 -180.0000,
		}
		attachment scope		
		{		
			offset = 0.0000 0.0097 -0.0867,	
			rotate = 0.0000 180.0000 0.0000,
		}
		attachment scope2		
		{		
			offset = 0.0000 0.0203 -0.0679,	
			rotate = 0.0000 180.0000 0.0000,
		}
		attachment reddot		
		{		
			offset = 0.0000 0.0097 -0.0867,	
			rotate = 0.0000 180.0000 0.0000,
		}
		attachment laser		
		{		
			offset = 0.0000 0.2481 0.0020,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment 223556suppressor		
		{		
			offset = 0.0000 0.0000 -0.0260,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment gunlight		
		{		
			offset = -0.0034 0.2707 -0.0285,	
			rotate = 0.0000 -90.0000 0.0000,
		}
		attachment diysuppressor		
		{		
			offset = 0.0000 0.0349 -0.0269,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment foregrip1		
		{		
			offset = 0.0000 0.0000 0.0066,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment foregrip2		
		{		
			offset = 0.0000 0.0000 0.0066,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment magazine		
		{		
			offset = 0.0000 0.0000 0.0000,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment world
		{
			offset = -0.0300 0.0000 0.0000,
			rotate = 0.0000 0.0000 0.0000,
		}
	}

    craftRecipe UseDrumMagHKG36
    {
        timedAction = Making,
        time = 10,
	OnTest = UseDrumMagTest,
        OnCreate = RecipeCodeOnCreate.UseDrumMag,
        Tags = InHandCraft,
        category = Weaponry,
        inputs
        {
            item 1 [Base.HKG36] flags[Prop2;InheritCondition;InheritAmmunition],
        }
        outputs
        {
            item 1 HKG36Drum,
        }
    }

    craftRecipe UseSTANAGMagHKG36
    {
        timedAction = Making,
        time = 10,
	OnTest = UseDrumMagTest,
        OnCreate = RecipeCodeOnCreate.UseDrumMag,
        Tags = InHandCraft,
        category = Weaponry,
        inputs
        {
            item 1 [Base.HKG36Drum] flags[Prop2;InheritCondition;InheritAmmunition],
        }
        outputs
        {
            item 1 HKG36,
        }
    }

    item ColtCommandoDrum
    {
        DisplayCategory = Weapon,
        ItemType = base:weapon,
        Weight = 3.3,
        Icon = ColtCommandoDrum,
        AimingPerkCritModifier = 8,
        AimingPerkHitChanceModifier = 12,
        AimingPerkMinAngleModifier = 0.0025,
        AimingPerkRangeModifier = 2.5,
        AimReleaseSound = M16AimRelease,
        Aimingtime = 22,
        AmmoBox = Base.556Box,
        AmmoType = base:bullets_556,
        AttachmentType = Rifle,
        BreakSound = M16Break,
        BringToBearSound = M16BringToBear,
        ClickSound = M16Jam,
        ConditionLowerChanceOneIn = 200,
        ConditionMax = 30,
        CritDmgMultiplier = 5.0,
        CriticalChance = 20.0,
        DoorDamage = 5,
        DropSound = M16Drop,
        EjectAmmoSound = M16EjectAmmo,
        EjectAmmoStartSound = M16EjectAmmoStart,
        EjectAmmoStopSound = M16EjectAmmoStop,
        EquipSound = M16Equip,
        FireMode = Auto,
        FireModePossibilities = Auto/Single,
        CyclicRateMultiplier = 1.2,
        HitChance = 30,
        HitSound = BulletImpact,
        IdleAnim = Idle_Weapon2,
        ImpactSound = null,
        InsertAmmoSound = M16InsertAmmo,
        InsertAmmoStartSound = M16InsertAmmoStart,
        InsertAmmoStopSound = M16InsertAmmoStop,
        IsAimedFirearm = true,
        JamGunChance = 1,
        KnockBackOnNoDeath = true,
        KnockdownMod = 4.0,
        MagazineType = Base.556ClipDrum,
        MaxAmmo = 50,
        MaxDamage = 2.3,
        MaxHitcount = 2,
        MaxRange = 35.0,
        MinSightRange = 2,
        MaxSightRange = 10.0,
        MetalValue = 45.0,
        MinAngle = 0.975,
        MinDamage = 1.5,
        MinRange = 0.61,
        MinimumSwingtime = 0.5,
        ModelWeaponPart = x4Scope x4Scope scope scope,
        ModelWeaponPart = x4ACOGScope x4ACOGScope scope scope,
        ModelWeaponPart = x8Scope x8Scope scope scope,
        ModelWeaponPart = x8ACOGScope x8ACOGScope scope scope,
        ModelWeaponPart = TritiumSights TritiumSights scope2 scope2,
        ModelWeaponPart = RedDot RedDot reddot reddot,
        ModelWeaponPart = SOCOMRedDot SOCOMRedDot reddot reddot,
        ModelWeaponPart = Laser Laser laser laser,
        ModelWeaponPart = 223556Suppressor 223556Suppressor 223556suppressor 223556suppressor,
        ModelWeaponPart = GunLight GunLight gunlight gunlight,
        ModelWeaponPart = DIYSuppressor DIYSuppressor diysuppressor diysuppressor,
        ModelWeaponPart = Foregrip1 Foregrip1 foregrip1 foregrip1,
        ModelWeaponPart = Foregrip2 Foregrip2 foregrip2 foregrip2,
        ModelWeaponPart = 556ClipDrum_Attachment 556ClipDrum_Attachment magazine magazine,
        MultipleHitConditionAffected = false,
        MuzzleFlashModelKey = muzzle_flash_assault_rifle,
        NPCSoundBoost = 1.5,
        PiercingBullets = true,
        Projectilecount = 1,
        PushBackMod = 0.3,
        RackSound = M16Rack,
        Ranged = true,
        RecoilDelay = 15,
        Reloadtime = 25,
        RequiresEquippedBothHands = true,
        RunAnim = Run_Weapon2,
        ShellFallSound = M16CartridgeFall,
        SoundGain = 2.0,
        SoundRadius = 150,
        SoundVolume = 35,
        SplatBloodOnNoDeath = true,
        SplatNumber = 3,
        SplatSize = 3,
        StopPower = 2.0,
        SubCategory = Firearm,
        SwingAmountBeforeImpact = 0.0,
        SwingAnim = Rifle,
        SwingSound = M16Shoot,
        Swingtime = 0.5,
        ToHitModifier = 1.5,
        TwoHandWeapon = true,
        UnequipSound = M16UnEquip,
        UseEndurance = false,
        WeaponReloadType = boltaction,
        WeaponSprite = ColtCommandoDrum,
        Tags = base:hasmetal;base:firearm,
	Tooltip = Tooltip_ColtCommando,
    }

	model ColtCommandoDrum
	{
		mesh = weapons/firearm/ColtCommando_NoMagazine,	
		texture = weapons/firearm/ColtCommando,
		attachment muzzle
		{
			offset = 0.0000 0.3162 -0.0271,
			rotate = -90.0000 0.0000 -180.0000,
		}
		attachment scope		
		{		
			offset = 0.0000 0.0097 -0.0757,	
			rotate = 0.0000 180.0000 0.0000,
		}
		attachment scope2		
		{		
			offset = 0.0000 0.0203 -0.0596,	
			rotate = 0.0000 180.0000 0.0000,
		}
		attachment reddot		
		{		
			offset = 0.0000 -0.0011 -0.0600,	
			rotate = 0.0000 180.0000 0.0000,
		}
		attachment laser		
		{		
			offset = 0.0000 0.1953 0.0000,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment 223556suppressor		
		{		
			offset = 0.0000 -0.0766 -0.0266,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment gunlight		
		{		
			offset = -0.0117 0.2290 -0.0285,	
			rotate = 0.0000 -90.0000 0.0000,
		}
		attachment diysuppressor		
		{		
			offset = 0.0000 -0.0533 -0.0269,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment foregrip1		
		{		
			offset = 0.0000 0.0000 0.0080,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment foregrip2		
		{		
			offset = 0.0000 0.0000 0.0080,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment magazine		
		{		
			offset = 0.0000 0.0000 0.0000,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment world
		{
			offset = -0.0300 0.0000 0.0000,
			rotate = 0.0000 0.0000 0.0000,
		}
	}

    craftRecipe UseDrumMagColtCommando
    {
        timedAction = Making,
        time = 10,
	OnTest = UseDrumMagTest,
        OnCreate = RecipeCodeOnCreate.UseDrumMag,
        Tags = InHandCraft,
        category = Weaponry,
        inputs
        {
            item 1 [Base.ColtCommando] flags[Prop2;InheritCondition;InheritAmmunition],
        }
        outputs
        {
            item 1 ColtCommandoDrum,
        }
    }

    craftRecipe UseSTANAGMagColtCommando
    {
        timedAction = Making,
        time = 10,
	OnTest = UseDrumMagTest,
        OnCreate = RecipeCodeOnCreate.UseDrumMag,
        Tags = InHandCraft,
        category = Weaponry,
        inputs
        {
            item 1 [Base.ColtCommandoDrum] flags[Prop2;InheritCondition;InheritAmmunition],
        }
        outputs
        {
            item 1 ColtCommando,
        }
    }

    item HoneyBadgerDrum
    {
        DisplayCategory = Weapon,
        ItemType = base:weapon,
        Weight = 2.9,
        Icon = HoneyBadgerDrum,
        AimingPerkCritModifier = 8,
        AimingPerkHitChanceModifier = 12,
        AimingPerkMinAngleModifier = 0.0025,
        AimingPerkRangeModifier = 2.5,
        AimReleaseSound = M16AimRelease,
        Aimingtime = 22,
        AmmoBox = Base.556Box,
        AmmoType = base:bullets_556,
        AttachmentType = Rifle,
        BreakSound = M16Break,
        BringToBearSound = M16BringToBear,
        ClickSound = M16Jam,
        ConditionLowerChanceOneIn = 200,
        ConditionMax = 30,
        CritDmgMultiplier = 5.0,
        CriticalChance = 20.0,
        DoorDamage = 5,
        DropSound = M16Drop,
        EjectAmmoSound = M16EjectAmmo,
        EjectAmmoStartSound = M16EjectAmmoStart,
        EjectAmmoStopSound = M16EjectAmmoStop,
        EquipSound = M16Equip,
        FireMode = Auto,
        FireModePossibilities = Auto/Single,
        CyclicRateMultiplier = 1.3,
        HitChance = 30,
        HitSound = BulletImpact,
        IdleAnim = Idle_Weapon2,
        ImpactSound = null,
        InsertAmmoSound = M16InsertAmmo,
        InsertAmmoStartSound = M16InsertAmmoStart,
        InsertAmmoStopSound = M16InsertAmmoStop,
        IsAimedFirearm = true,
        JamGunChance = 1,
        KnockBackOnNoDeath = true,
        KnockdownMod = 4.0,
        MagazineType = Base.556ClipDrum,
        MaxAmmo = 50,
        MaxDamage = 2.3,
        MaxHitcount = 2,
        MaxRange = 35.0,
        MinSightRange = 2,
        MaxSightRange = 10.0,
        MetalValue = 45.0,
        MinAngle = 0.975,
        MinDamage = 1.5,
        MinRange = 0.61,
        MinimumSwingtime = 0.5,
        ModelWeaponPart = x4Scope x4Scope scope scope,
        ModelWeaponPart = x4ACOGScope x4ACOGScope scope scope,
        ModelWeaponPart = x8Scope x8Scope scope scope,
        ModelWeaponPart = x8ACOGScope x8ACOGScope scope scope,
        ModelWeaponPart = TritiumSights TritiumSights scope2 scope2,
        ModelWeaponPart = RedDot RedDot reddot reddot,
        ModelWeaponPart = SOCOMRedDot SOCOMRedDot reddot reddot,
        ModelWeaponPart = Laser Laser laser laser,
        ModelWeaponPart = GunLight GunLight gunlight gunlight,
        ModelWeaponPart = Foregrip1 Foregrip1 foregrip1 foregrip1,
        ModelWeaponPart = Foregrip2 Foregrip2 foregrip2 foregrip2,
        ModelWeaponPart = 556ClipDrum_Attachment 556ClipDrum_Attachment magazine magazine,
        MultipleHitConditionAffected = false,
        MuzzleFlashModelKey = muzzle_flash_assault_rifle,
        NPCSoundBoost = 1.5,
        PiercingBullets = true,
        Projectilecount = 1,
        PushBackMod = 0.3,
        RackSound = M16Rack,
        Ranged = true,
        RecoilDelay = 15,
        Reloadtime = 25,
        RequiresEquippedBothHands = true,
        RunAnim = Run_Weapon2,
        ShellFallSound = M16CartridgeFall,
        SoundGain = 2.0,
        SoundRadius = 20,
        SoundVolume = 35,
        SplatBloodOnNoDeath = true,
        SplatNumber = 3,
        SplatSize = 3,
        StopPower = 2.0,
        SubCategory = Firearm,
        SwingAmountBeforeImpact = 0.0,
        SwingAnim = Rifle,
        SwingSound = 223556Suppressed,
        Swingtime = 0.5,
        ToHitModifier = 1.5,
        TwoHandWeapon = true,
        UnequipSound = M16UnEquip,
        UseEndurance = false,
        WeaponReloadType = boltaction,
        WeaponSprite = HoneyBadgerDrum,
        Tags = base:hasmetal;base:firearm,
	Tooltip = Tooltip_HoneyBadger,
    }

	model HoneyBadgerDrum
	{
		mesh = weapons/firearm/HoneyBadger_NoMagazine,	
		texture = weapons/firearm/HoneyBadger,
		attachment muzzle
		{
			offset = 0.0000 0.3162 -0.0271,
			rotate = -90.0000 0.0000 -180.0000,
		}
		attachment scope		
		{		
			offset = 0.0000 0.0097 -0.0546,	
			rotate = 0.0000 180.0000 0.0000,
		}
		attachment scope2		
		{		
			offset = 0.0000 0.0203 -0.0596,	
			rotate = 0.0000 180.0000 0.0000,
		}
		attachment reddot		
		{		
			offset = 0.0000 -0.0011 -0.0393,	
			rotate = 0.0000 180.0000 0.0000,
		}
		attachment laser		
		{		
			offset = 0.0000 0.1953 0.0000,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment gunlight		
		{		
			offset = -0.0117 0.2290 -0.0285,	
			rotate = 0.0000 -90.0000 0.0000,
		}
		attachment foregrip1		
		{		
			offset = 0.0000 0.0000 0.0080,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment foregrip2		
		{		
			offset = 0.0000 0.0000 0.0080,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment magazine		
		{		
			offset = 0.0000 0.0000 0.0000,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment world
		{
			offset = -0.0300 0.0000 0.0000,
			rotate = 0.0000 0.0000 0.0000,
		}
	}

    craftRecipe UseDrumMagHoneyBadger
    {
        timedAction = Making,
        time = 10,
	OnTest = UseDrumMagTest,
        OnCreate = RecipeCodeOnCreate.UseDrumMag,
        Tags = InHandCraft,
        category = Weaponry,
        inputs
        {
            item 1 [Base.HoneyBadger] flags[Prop2;InheritCondition;InheritAmmunition],
        }
        outputs
        {
            item 1 HoneyBadgerDrum,
        }
    }

    craftRecipe UseSTANAGMagHoneyBadger
    {
        timedAction = Making,
        time = 10,
	OnTest = UseDrumMagTest,
        OnCreate = RecipeCodeOnCreate.UseDrumMag,
        Tags = InHandCraft,
        category = Weaponry,
        inputs
        {
            item 1 [Base.HoneyBadgerDrum] flags[Prop2;InheritCondition;InheritAmmunition],
        }
        outputs
        {
            item 1 HoneyBadger,
        }
    }

    item CharliesAngelDrum
    {
        DisplayCategory = Weapon,
        ItemType = base:weapon,
        Weight = 2.5,
        Icon = CharliesAngelDrum,
        AimingPerkCritModifier = 8,
        AimingPerkHitChanceModifier = 13,
        AimingPerkMinAngleModifier = 0.0025,
        AimingPerkRangeModifier = 2.5,
        AimReleaseSound = M16AimRelease,
        Aimingtime = 25,
        AmmoBox = Base.556Box,
        AmmoType = base:bullets_556,
        AttachmentType = Rifle,
        BreakSound = M16Break,
        BringToBearSound = M16BringToBear,
        ClickSound = M16Jam,
        ConditionLowerChanceOneIn = 200,
        ConditionMax = 30,
        CritDmgMultiplier = 5.0,
        CriticalChance = 20.0,
        DoorDamage = 5,
        DropSound = M16Drop,
        EjectAmmoSound = M16EjectAmmo,
        EjectAmmoStartSound = M16EjectAmmoStart,
        EjectAmmoStopSound = M16EjectAmmoStop,
        EquipSound = M16Equip,
        FireMode = Single,
        FireModePossibilities = Auto/Single,
        CyclicRateMultiplier = 1.4,
        HitChance = 35,
        HitSound = BulletImpact,
        IdleAnim = Idle_Weapon2,
        ImpactSound = null,
        InsertAmmoSound = M16InsertAmmo,
        InsertAmmoStartSound = M16InsertAmmoStart,
        InsertAmmoStopSound = M16InsertAmmoStop,
        IsAimedFirearm = true,
        JamGunChance = 1,
        KnockBackOnNoDeath = true,
        KnockdownMod = 4.0,
        MagazineType = Base.556ClipDrum,
        MaxAmmo = 50,
        MaxDamage = 2.4,
        MaxHitcount = 2,
        MaxRange = 35.0,
        MinSightRange = 2,
        MaxSightRange = 10.0,
        MetalValue = 45.0,
        MinAngle = 0.975,
        MinDamage = 1.6,
        MinRange = 0.61,
        MinimumSwingtime = 0.5,
        ModelWeaponPart = x4Scope x4Scope scope scope,
        ModelWeaponPart = x4ACOGScope x4ACOGScope scope scope,
        ModelWeaponPart = x8Scope x8Scope scope scope,
        ModelWeaponPart = x8ACOGScope x8ACOGScope scope scope,
        ModelWeaponPart = TritiumSights TritiumSights scope2 scope2,
        ModelWeaponPart = RedDot RedDot reddot reddot,
        ModelWeaponPart = SOCOMRedDot SOCOMRedDot reddot reddot,
        ModelWeaponPart = Laser Laser laser laser,
        ModelWeaponPart = 223556Suppressor 223556Suppressor 223556suppressor 223556suppressor,
        ModelWeaponPart = GunLight GunLight gunlight gunlight,
        ModelWeaponPart = DIYSuppressor DIYSuppressor diysuppressor diysuppressor,
        ModelWeaponPart = Foregrip1 Foregrip1 foregrip1 foregrip1,
        ModelWeaponPart = Foregrip2 Foregrip2 foregrip2 foregrip2,
        ModelWeaponPart = 556ClipDrum_Attachment 556ClipDrum_Attachment magazine magazine,
        MultipleHitConditionAffected = false,
        MuzzleFlashModelKey = muzzle_flash_assault_rifle,
        NPCSoundBoost = 1.5,
        PiercingBullets = true,
        Projectilecount = 1,
        PushBackMod = 0.3,
        RackSound = M16Rack,
        Ranged = true,
        RecoilDelay = 15,
        Reloadtime = 25,
        RequiresEquippedBothHands = true,
        RunAnim = Run_Weapon2,
        ShellFallSound = M16CartridgeFall,
        SoundGain = 2.0,
        SoundRadius = 20,
        SoundVolume = 35,
        SplatBloodOnNoDeath = true,
        SplatNumber = 3,
        SplatSize = 3,
        StopPower = 2.0,
        SubCategory = Firearm,
        SwingAmountBeforeImpact = 0.0,
        SwingAnim = Rifle,
        SwingSound = 223556Suppressed,
        Swingtime = 0.5,
        ToHitModifier = 1.5,
        TwoHandWeapon = true,
        UnequipSound = M16UnEquip,
        UseEndurance = false,
        WeaponReloadType = boltaction,
        WeaponSprite = CharliesAngelDrum,
        Tags = base:hasmetal;base:firearm,
	Tooltip = Tooltip_CharliesAngel,
    }

	model CharliesAngelDrum
	{
		mesh = weapons/firearm/CharliesAngel_NoMagazine,	
		texture = weapons/firearm/CharliesAngel,
		attachment muzzle
		{
			offset = 0.0000 0.3405 -0.0271,
			rotate = -90.0000 0.0000 -180.0000,
		}
		attachment scope		
		{		
			offset = 0.0000 0.0097 -0.0757,	
			rotate = 0.0000 180.0000 0.0000,
		}
		attachment scope2		
		{		
			offset = 0.0000 0.0203 -0.0596,	
			rotate = 0.0000 180.0000 0.0000,
		}
		attachment reddot		
		{		
			offset = 0.0000 -0.0011 -0.0600,	
			rotate = 0.0000 180.0000 0.0000,
		}
		attachment laser		
		{		
			offset = 0.0000 0.1871 0.0000,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment 223556suppressor		
		{		
			offset = 0.0000 -0.0545 -0.0266,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment gunlight		
		{		
			offset = -0.0091 0.2291 -0.0285,	
			rotate = 0.0000 -90.0000 0.0000,
		}
		attachment diysuppressor		
		{		
			offset = 0.0000 -0.0249 -0.0269,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment foregrip1		
		{		
			offset = 0.0000 0.0000 0.0057,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment foregrip2		
		{		
			offset = 0.0000 0.0000 0.0057,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment magazine		
		{		
			offset = 0.0000 0.0000 0.0000,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment world
		{
			offset = -0.0300 0.0000 0.0000,
			rotate = 0.0000 0.0000 0.0000,
		}
	}

    craftRecipe UseDrumMagCharliesAngel
    {
        timedAction = Making,
        time = 10,
	OnTest = UseDrumMagTest,
        OnCreate = RecipeCodeOnCreate.UseDrumMag,
        Tags = InHandCraft,
        category = Weaponry,
        inputs
        {
            item 1 [Base.CharliesAngel] flags[Prop2;InheritCondition;InheritAmmunition],
        }
        outputs
        {
            item 1 CharliesAngelDrum,
        }
    }

    craftRecipe UseSTANAGMagCharliesAngel
    {
        timedAction = Making,
        time = 10,
	OnTest = UseDrumMagTest,
        OnCreate = RecipeCodeOnCreate.UseDrumMag,
        Tags = InHandCraft,
        category = Weaponry,
        inputs
        {
            item 1 [Base.CharliesAngelDrum] flags[Prop2;InheritCondition;InheritAmmunition],
        }
        outputs
        {
            item 1 CharliesAngel,
        }
    }

    item AK101Drum
    {
        DisplayCategory = Weapon,
        ItemType = base:weapon,
        Weight = 3.6,
        Icon = AK101Drum,
        AimingPerkCritModifier = 8,
        AimingPerkHitChanceModifier = 11,
        AimingPerkMinAngleModifier = 0.0025,
        AimingPerkRangeModifier = 2.5,
        AimReleaseSound = M16AimRelease,
        Aimingtime = 30,
        AmmoBox = Base.556Box,
        AmmoType = base:bullets_556,
        AttachmentType = Rifle,
        BreakSound = M16Break,
        BringToBearSound = M16BringToBear,
        ClickSound = M16Jam,
        ConditionLowerChanceOneIn = 200,
        ConditionMax = 30,
        CritDmgMultiplier = 5.0,
        CriticalChance = 20.0,
        DoorDamage = 5,
        DropSound = M16Drop,
        EjectAmmoSound = M16EjectAmmo,
        EjectAmmoStartSound = M16EjectAmmoStart,
        EjectAmmoStopSound = M16EjectAmmoStop,
        EquipSound = M16Equip,
        FireMode = Auto,
        FireModePossibilities = Auto/Single,
        CyclicRateMultiplier = 1.3,
        HitChance = 30,
        HitSound = BulletImpact,
        IdleAnim = Idle_Weapon2,
        ImpactSound = null,
        InsertAmmoSound = M16InsertAmmo,
        InsertAmmoStartSound = M16InsertAmmoStart,
        InsertAmmoStopSound = M16InsertAmmoStop,
        IsAimedFirearm = true,
        JamGunChance = 1,
        KnockBackOnNoDeath = true,
        KnockdownMod = 4.0,
        MagazineType = Base.556Clip50,
        MaxAmmo = 50,
        MaxDamage = 2.3,
        MaxHitcount = 2,
        MaxRange = 35.0,
        MinSightRange = 2,
        MaxSightRange = 10.0,
        MetalValue = 45.0,
        MinAngle = 0.975,
        MinDamage = 1.5,
        MinRange = 0.61,
        MinimumSwingtime = 0.5,
        ModelWeaponPart = x4Scope x4Scope scope scope,
        ModelWeaponPart = x4ACOGScope x4ACOGScope scope scope,
        ModelWeaponPart = x8Scope x8Scope scope scope,
        ModelWeaponPart = x8ACOGScope x8ACOGScope scope scope,
        ModelWeaponPart = TritiumSights TritiumSights scope2 scope2,
        ModelWeaponPart = RedDot RedDot reddot reddot,
        ModelWeaponPart = Laser Laser laser laser,
        ModelWeaponPart = 223556Suppressor 223556Suppressor 223556suppressor 223556suppressor,
        ModelWeaponPart = GunLight GunLight gunlight gunlight,
        ModelWeaponPart = Foregrip1 Foregrip1 foregrip1 foregrip1,
        ModelWeaponPart = Foregrip2 Foregrip2 foregrip2 foregrip2,
        ModelWeaponPart = DIYSuppressor DIYSuppressor diysuppressor diysuppressor,
        ModelWeaponPart = 556Clip50_Attachment 556Clip50_Attachment magazine magazine,
        MultipleHitConditionAffected = false,
        MuzzleFlashModelKey = muzzle_flash_assault_rifle,
        NPCSoundBoost = 1.5,
        PiercingBullets = true,
        Projectilecount = 1,
        PushBackMod = 0.3,
        RackSound = M16Rack,
        Ranged = true,
        RecoilDelay = 15,
        Reloadtime = 25,
        RequiresEquippedBothHands = true,
        RunAnim = Run_Weapon2,
        ShellFallSound = M16CartridgeFall,
        SoundGain = 2.0,
        SoundRadius = 150,
        SoundVolume = 35,
        SplatBloodOnNoDeath = true,
        SplatNumber = 3,
        SplatSize = 3,
        StopPower = 2.0,
        SubCategory = Firearm,
        SwingAmountBeforeImpact = 0.0,
        SwingAnim = Rifle,
        SwingSound = M16Shoot,
        Swingtime = 0.5,
        ToHitModifier = 1.5,
        TwoHandWeapon = true,
        UnequipSound = M16UnEquip,
        UseEndurance = false,
        WeaponReloadType = boltaction,
        WeaponSprite = AK101Drum,
        Tags = base:hasmetal;base:firearm,
	Tooltip = Tooltip_AK101,
    }

	model AK101Drum
	{
		mesh = weapons/firearm/AK101_NoMagazine,	
		texture = weapons/firearm/AK101,
		attachment muzzle
		{
			offset = 0.0000 0.4033 -0.0173,
			rotate = -90.0000 0.0000 -180.0000,
		}
		attachment scope		
		{		
			offset = 0.0000 0.0242 -0.0623,	
			rotate = 0.0000 180.0000 0.0000,
		}
		attachment scope2		
		{		
			offset = 0.0000 0.0329 -0.0385,	
			rotate = 0.0000 180.0000 0.0000,
		}
		attachment reddot		
		{		
			offset = 0.0000 0.0042 -0.0427,	
			rotate = 0.0000 180.0000 0.0000,
		}
		attachment laser		
		{		
			offset = 0.0000 0.2226 0.0069,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment 223556suppressor		
		{		
			offset = 0.0000 0.0170 -0.0180,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment gunlight		
		{		
			offset = -0.0039 0.2511 -0.0206,	
			rotate = 0.0000 -90.0000 0.0000,
		}
		attachment foregrip1		
		{		
			offset = 0.0000 0.0000 0.0145,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment foregrip2		
		{		
			offset = 0.0000 0.0000 0.0145,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment diysuppressor		
		{		
			offset = 0.0000 0.0361 -0.018,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment magazine		
		{		
			offset = 0.0000 0.0000 0.0000,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment world
		{
			offset = -0.0300 0.0000 0.0000,
			rotate = 0.0000 0.0000 0.0000,
		}
	}

    craftRecipe UseExtendedMagAK101
    {
        timedAction = Making,
        time = 10,
	OnTest = UseDrumMagTest,
        OnCreate = RecipeCodeOnCreate.UseDrumMag,
        Tags = InHandCraft,
        category = Weaponry,
        inputs
        {
            item 1 [Base.AK101] flags[Prop2;InheritCondition;InheritAmmunition],
        }
        outputs
        {
            item 1 AK101Drum,
        }
    }

    craftRecipe UseSTANAGMagAK101
    {
        timedAction = Making,
        time = 10,
	OnTest = UseDrumMagTest,
        OnCreate = RecipeCodeOnCreate.UseDrumMag,
        Tags = InHandCraft,
        category = Weaponry,
        inputs
        {
            item 1 [Base.AK101Drum] flags[Prop2;InheritCondition;InheritAmmunition],
        }
        outputs
        {
            item 1 AK101,
        }
    }

    item K2CDrum
    {
        DisplayCategory = Weapon,
        ItemType = base:weapon,
        Weight = 3.3,
        Icon = K2CDrum,
        AimingPerkCritModifier = 8,
        AimingPerkHitChanceModifier = 12,
        AimingPerkMinAngleModifier = 0.0025,
        AimingPerkRangeModifier = 2.5,
        AimReleaseSound = M16AimRelease,
        Aimingtime = 20,
        AmmoBox = Base.556Box,
        AmmoType = base:bullets_556,
        AttachmentType = Rifle,
        BreakSound = M16Break,
        BringToBearSound = M16BringToBear,
        ClickSound = M16Jam,
        ConditionLowerChanceOneIn = 200,
        ConditionMax = 30,
        CritDmgMultiplier = 5.0,
        CriticalChance = 20.0,
        DoorDamage = 5,
        DropSound = M16Drop,
        EjectAmmoSound = M16EjectAmmo,
        EjectAmmoStartSound = M16EjectAmmoStart,
        EjectAmmoStopSound = M16EjectAmmoStop,
        EquipSound = M16Equip,
        FireMode = Auto,
        FireModePossibilities = Auto/Single,
        CyclicRateMultiplier = 1.3,
        HitChance = 30,
        HitSound = BulletImpact,
        IdleAnim = Idle_Weapon2,
        ImpactSound = null,
        InsertAmmoSound = M16InsertAmmo,
        InsertAmmoStartSound = M16InsertAmmoStart,
        InsertAmmoStopSound = M16InsertAmmoStop,
        IsAimedFirearm = true,
        JamGunChance = 1,
        KnockBackOnNoDeath = true,
        KnockdownMod = 4.0,
        MagazineType = Base.556ClipDrum,
        MaxAmmo = 50,
        MaxDamage = 2.3,
        MaxHitcount = 2,
        MaxRange = 35.0,
        MinSightRange = 2,
        MaxSightRange = 10.0,
        MetalValue = 45.0,
        MinAngle = 0.975,
        MinDamage = 1.5,
        MinRange = 0.61,
        MinimumSwingtime = 0.5,
        ModelWeaponPart = x4Scope x4Scope scope scope,
        ModelWeaponPart = x4ACOGScope x4ACOGScope scope scope,
        ModelWeaponPart = x8Scope x8Scope scope scope,
        ModelWeaponPart = x8ACOGScope x8ACOGScope scope scope,
        ModelWeaponPart = TritiumSights TritiumSights scope2 scope2,
        ModelWeaponPart = RedDot RedDot reddot reddot,
        ModelWeaponPart = SOCOMRedDot SOCOMRedDot reddot reddot,
        ModelWeaponPart = Laser Laser laser laser,
        ModelWeaponPart = 223556Suppressor 223556Suppressor 223556suppressor 223556suppressor,
        ModelWeaponPart = GunLight GunLight gunlight gunlight,
        ModelWeaponPart = DIYSuppressor DIYSuppressor diysuppressor diysuppressor,
        ModelWeaponPart = 556ClipDrum_Attachment 556ClipDrum_Attachment magazine magazine,
        MultipleHitConditionAffected = false,
        MuzzleFlashModelKey = muzzle_flash_assault_rifle,
        NPCSoundBoost = 1.5,
        PiercingBullets = true,
        Projectilecount = 1,
        PushBackMod = 0.3,
        RackSound = M16Rack,
        Ranged = true,
        RecoilDelay = 12,
        Reloadtime = 25,
        RequiresEquippedBothHands = true,
        RunAnim = Run_Weapon2,
        ShellFallSound = M16CartridgeFall,
        SoundGain = 2.0,
        SoundRadius = 150,
        SoundVolume = 35,
        SplatBloodOnNoDeath = true,
        SplatNumber = 3,
        SplatSize = 3,
        StopPower = 2.0,
        SubCategory = Firearm,
        SwingAmountBeforeImpact = 0.0,
        SwingAnim = Rifle,
        SwingSound = M16Shoot,
        Swingtime = 0.5,
        ToHitModifier = 1.5,
        TwoHandWeapon = true,
        UnequipSound = M16UnEquip,
        UseEndurance = false,
        WeaponReloadType = boltaction,
        WeaponSprite = K2CDrum,
        Tags = base:hasmetal;base:firearm,
	Tooltip = Tooltip_ColtCommando,
    }

	model K2CDrum
	{
		mesh = weapons/firearm/K2C_NoMagazine,	
		texture = weapons/firearm/ColtCommando,
		attachment muzzle
		{
			offset = 0.0000 0.3756 -0.0271,
			rotate = -90.0000 0.0000 -180.0000,
		}
		attachment scope		
		{		
			offset = 0.0000 0.0097 -0.0600,	
			rotate = 0.0000 180.0000 0.0000,
		}
		attachment scope2		
		{		
			offset = 0.0000 0.0203 -0.0596,	
			rotate = 0.0000 180.0000 0.0000,
		}
		attachment reddot		
		{		
			offset = 0.0000 -0.0011 -0.0489,	
			rotate = 0.0000 180.0000 0.0000,
		}
		attachment laser		
		{		
			offset = 0.0000 0.1953 0.0000,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment 223556suppressor		
		{		
			offset = 0.0000 -0.0325 -0.0266,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment gunlight		
		{		
			offset = -0.0117 0.2290 -0.0285,	
			rotate = 0.0000 -90.0000 0.0000,
		}
		attachment diysuppressor		
		{		
			offset = 0.0000 -0.0533 -0.0269,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment magazine		
		{		
			offset = 0.0000 0.0000 0.0000,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment world
		{
			offset = -0.0300 0.0000 0.0000,
			rotate = 0.0000 0.0000 0.0000,
		}
	}

    craftRecipe UseDrumMagK2C
    {
        timedAction = Making,
        time = 10,
	OnTest = UseDrumMagTest,
        OnCreate = RecipeCodeOnCreate.UseDrumMag,
        Tags = InHandCraft,
        category = Weaponry,
        inputs
        {
            item 1 [Base.K2C] flags[Prop2;InheritCondition;InheritAmmunition],
        }
        outputs
        {
            item 1 K2CDrum,
        }
    }

    craftRecipe UseSTANAGMagK2C
    {
        timedAction = Making,
        time = 10,
	OnTest = UseDrumMagTest,
        OnCreate = RecipeCodeOnCreate.UseDrumMag,
        Tags = InHandCraft,
        category = Weaponry,
        inputs
        {
            item 1 [Base.K2CDrum] flags[Prop2;InheritCondition;InheritAmmunition],
        }
        outputs
        {
            item 1 K2C,
        }
    }

    item M4A1Drum
    {
        DisplayCategory = Weapon,
        ItemType = base:weapon,
        Weight = 2.9,
        Icon = M4A1Drum,
        AimingPerkCritModifier = 8,
        AimingPerkHitChanceModifier = 12,
        AimingPerkMinAngleModifier = 0.0025,
        AimingPerkRangeModifier = 2.5,
        AimReleaseSound = M16AimRelease,
        Aimingtime = 25,
        AmmoBox = Base.556Box,
        AmmoType = base:bullets_556,
        AttachmentType = Rifle,
        BreakSound = M16Break,
        BringToBearSound = M16BringToBear,
        ClickSound = M16Jam,
        ConditionLowerChanceOneIn = 200,
        ConditionMax = 30,
        CritDmgMultiplier = 5.0,
        CriticalChance = 20.0,
        DoorDamage = 5,
        DropSound = M16Drop,
        EjectAmmoSound = M16EjectAmmo,
        EjectAmmoStartSound = M16EjectAmmoStart,
        EjectAmmoStopSound = M16EjectAmmoStop,
        EquipSound = M16Equip,
        FireMode = Auto,
        FireModePossibilities = Auto/Single,
        CyclicRateMultiplier = 1.3,
        HitChance = 30,
        HitSound = BulletImpact,
        IdleAnim = Idle_Weapon2,
        ImpactSound = null,
        InsertAmmoSound = M16InsertAmmo,
        InsertAmmoStartSound = M16InsertAmmoStart,
        InsertAmmoStopSound = M16InsertAmmoStop,
        IsAimedFirearm = true,
        JamGunChance = 1,
        KnockBackOnNoDeath = true,
        KnockdownMod = 4.0,
        MagazineType = Base.556ClipDrum,
        MaxAmmo = 50,
        MaxDamage = 2.3,
        MaxHitcount = 2,
        MaxRange = 35.0,
        MinSightRange = 2,
        MaxSightRange = 10.0,
        MetalValue = 45.0,
        MinAngle = 0.975,
        MinDamage = 1.5,
        MinRange = 0.61,
        MinimumSwingtime = 0.5,
        ModelWeaponPart = x4Scope x4Scope scope scope,
        ModelWeaponPart = x4ACOGScope x4ACOGScope scope scope,
        ModelWeaponPart = x8Scope x8Scope scope scope,
        ModelWeaponPart = x8ACOGScope x8ACOGScope scope scope,
        ModelWeaponPart = TritiumSights TritiumSights scope2 scope2,
        ModelWeaponPart = RedDot RedDot reddot reddot,
        ModelWeaponPart = SOCOMRedDot SOCOMRedDot reddot reddot,
        ModelWeaponPart = Laser Laser laser laser,
        ModelWeaponPart = 223556Suppressor 223556Suppressor 223556suppressor 223556suppressor,
        ModelWeaponPart = GunLight GunLight gunlight gunlight,
        ModelWeaponPart = DIYSuppressor DIYSuppressor diysuppressor diysuppressor,
        ModelWeaponPart = Foregrip1 Foregrip1 foregrip1 foregrip1,
        ModelWeaponPart = Foregrip2 Foregrip2 foregrip2 foregrip2,
        ModelWeaponPart = 556ClipDrum_Attachment 556ClipDrum_Attachment magazine magazine,
        MultipleHitConditionAffected = false,
        MuzzleFlashModelKey = muzzle_flash_assault_rifle,
        NPCSoundBoost = 1.5,
        PiercingBullets = true,
        Projectilecount = 1,
        PushBackMod = 0.3,
        RackSound = M16Rack,
        Ranged = true,
        RecoilDelay = 15,
        Reloadtime = 25,
        RequiresEquippedBothHands = true,
        RunAnim = Run_Weapon2,
        ShellFallSound = M16CartridgeFall,
        SoundGain = 2.0,
        SoundRadius = 150,
        SoundVolume = 35,
        SplatBloodOnNoDeath = true,
        SplatNumber = 3,
        SplatSize = 3,
        StopPower = 2.0,
        SubCategory = Firearm,
        SwingAmountBeforeImpact = 0.0,
        SwingAnim = Rifle,
        SwingSound = M16Shoot,
        Swingtime = 0.5,
        ToHitModifier = 1.5,
        TwoHandWeapon = true,
        UnequipSound = M16UnEquip,
        UseEndurance = false,
        WeaponReloadType = boltaction,
        WeaponSprite = M4A1Drum,
        Tags = base:hasmetal;base:firearm,
	Tooltip = Tooltip_ColtCommando,
    }

	model M4A1Drum
	{
		mesh = weapons/firearm/M4A1_NoMagazine,	
		texture = weapons/firearm/M4A1,
		attachment muzzle
		{
			offset = 0.0000 0.3162 -0.0271,
			rotate = -90.0000 0.0000 -180.0000,
		}
		attachment scope		
		{		
			offset = 0.0000 0.0097 -0.0618,	
			rotate = 0.0000 180.0000 0.0000,
		}
		attachment scope2		
		{		
			offset = 0.0000 0.0203 -0.0416,	
			rotate = 0.0000 180.0000 0.0000,
		}
		attachment reddot		
		{		
			offset = 0.0000 -0.0011 -0.0425,	
			rotate = 0.0000 180.0000 0.0000,
		}
		attachment laser		
		{		
			offset = 0.0000 0.1635 0.0000,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment 223556suppressor		
		{		
			offset = 0.0000 -0.0805 -0.0266,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment gunlight		
		{		
			offset = -0.0117 0.2074 -0.0285,	
			rotate = 0.0000 -90.0000 0.0000,
		}
		attachment diysuppressor		
		{		
			offset = 0.0000 -0.0805 -0.0269,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment foregrip1		
		{		
			offset = 0.0000 0.0000 0.0080,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment foregrip2		
		{		
			offset = 0.0000 0.0000 0.0080,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment magazine		
		{		
			offset = 0.0000 0.0000 0.0000,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment world
		{
			offset = -0.0300 0.0000 0.0000,
			rotate = 0.0000 0.0000 0.0000,
		}
	}

    craftRecipe UseDrumMagM4A1
    {
        timedAction = Making,
        time = 10,
	OnTest = UseDrumMagTest,
        OnCreate = RecipeCodeOnCreate.UseDrumMag,
        Tags = InHandCraft,
        category = Weaponry,
        inputs
        {
            item 1 [Base.M4A1] flags[Prop2;InheritCondition;InheritAmmunition],
        }
        outputs
        {
            item 1 M4A1Drum,
        }
    }

    craftRecipe UseSTANAGMagM4A1
    {
        timedAction = Making,
        time = 10,
	OnTest = UseDrumMagTest,
        OnCreate = RecipeCodeOnCreate.UseDrumMag,
        Tags = InHandCraft,
        category = Weaponry,
        inputs
        {
            item 1 [Base.M4A1Drum] flags[Prop2;InheritCondition;InheritAmmunition],
        }
        outputs
        {
            item 1 M4A1,
        }
    }

    item AR15Drum
    {
        DisplayCategory = Weapon,
        ItemType = base:weapon,
        Weight = 2.9,
        Icon = M4A1Drum,
        AimingPerkCritModifier = 9,
        AimingPerkHitChanceModifier = 12,
        AimingPerkMinAngleModifier = 0.0025,
        AimingPerkRangeModifier = 2.5,
        AimReleaseSound = M16AimRelease,
        Aimingtime = 22,
        AmmoBox = Base.556Box,
        AmmoType = base:bullets_556,
        AttachmentType = Rifle,
        BreakSound = M16Break,
        BringToBearSound = M16BringToBear,
        ClickSound = M16Jam,
        ConditionLowerChanceOneIn = 200,
        ConditionMax = 30,
        CritDmgMultiplier = 6.0,
        CriticalChance = 20.0,
        DoorDamage = 5,
        DropSound = M16Drop,
        EjectAmmoSound = M16EjectAmmo,
        EjectAmmoStartSound = M16EjectAmmoStart,
        EjectAmmoStopSound = M16EjectAmmoStop,
        EquipSound = M16Equip,
        FireMode = Single,
        HitChance = 30,
        HitSound = BulletImpact,
        IdleAnim = Idle_Weapon2,
        ImpactSound = null,
        InsertAmmoSound = M16InsertAmmo,
        InsertAmmoStartSound = M16InsertAmmoStart,
        InsertAmmoStopSound = M16InsertAmmoStop,
        IsAimedFirearm = true,
        JamGunChance = 1,
        KnockBackOnNoDeath = true,
        KnockdownMod = 4.0,
        MagazineType = Base.556ClipDrum,
        MaxAmmo = 50,
        MaxDamage = 2.3,
        MaxHitcount = 2,
        MaxRange = 35.0,
        MinSightRange = 2,
        MaxSightRange = 10.0,
        MetalValue = 45.0,
        MinAngle = 0.975,
        MinDamage = 1.5,
        MinRange = 0.61,
        MinimumSwingtime = 0.5,
        ModelWeaponPart = x4Scope x4Scope scope scope,
        ModelWeaponPart = x4ACOGScope x4ACOGScope scope scope,
        ModelWeaponPart = x8Scope x8Scope scope scope,
        ModelWeaponPart = x8ACOGScope x8ACOGScope scope scope,
        ModelWeaponPart = TritiumSights TritiumSights scope2 scope2,
        ModelWeaponPart = RedDot RedDot reddot reddot,
        ModelWeaponPart = SOCOMRedDot SOCOMRedDot reddot reddot,
        ModelWeaponPart = Laser Laser laser laser,
        ModelWeaponPart = 223556Suppressor 223556Suppressor 223556suppressor 223556suppressor,
        ModelWeaponPart = GunLight GunLight gunlight gunlight,
        ModelWeaponPart = DIYSuppressor DIYSuppressor diysuppressor diysuppressor,
        ModelWeaponPart = Foregrip1 Foregrip1 foregrip1 foregrip1,
        ModelWeaponPart = Foregrip2 Foregrip2 foregrip2 foregrip2,
        ModelWeaponPart = 556ClipDrum_Attachment 556ClipDrum_Attachment magazine magazine,
        MultipleHitConditionAffected = false,
        MuzzleFlashModelKey = muzzle_flash_assault_rifle,
        NPCSoundBoost = 1.5,
        PiercingBullets = true,
        Projectilecount = 1,
        PushBackMod = 0.3,
        RackSound = M16Rack,
        Ranged = true,
        RecoilDelay = 10,
        Reloadtime = 25,
        RequiresEquippedBothHands = true,
        RunAnim = Run_Weapon2,
        ShellFallSound = M16CartridgeFall,
        SoundGain = 2.0,
        SoundRadius = 150,
        SoundVolume = 35,
        SplatBloodOnNoDeath = true,
        SplatNumber = 3,
        SplatSize = 3,
        StopPower = 2.0,
        SubCategory = Firearm,
        SwingAmountBeforeImpact = 0.0,
        SwingAnim = Rifle,
        SwingSound = M16Shoot,
        Swingtime = 0.5,
        ToHitModifier = 1.5,
        TwoHandWeapon = true,
        UnequipSound = M16UnEquip,
        UseEndurance = false,
        WeaponReloadType = boltaction,
        WeaponSprite = AR15Drum,
        Tags = base:hasmetal;base:firearm,
	Tooltip = Tooltip_AR15,
    }

	model AR15Drum
	{
		mesh = weapons/firearm/AR15_NoMagazine,	
		texture = weapons/firearm/AR15,
		attachment muzzle
		{
			offset = 0.0000 0.3405 -0.0271,
			rotate = -90.0000 0.0000 -180.0000,
		}
		attachment scope		
		{		
			offset = 0.0000 0.0097 -0.0757,	
			rotate = 0.0000 180.0000 0.0000,
		}
		attachment scope2		
		{		
			offset = 0.0000 0.0203 -0.0596,	
			rotate = 0.0000 180.0000 0.0000,
		}
		attachment reddot		
		{		
			offset = 0.0000 -0.0011 -0.0600,	
			rotate = 0.0000 180.0000 0.0000,
		}
		attachment laser		
		{		
			offset = 0.0000 0.1871 0.0000,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment 223556suppressor		
		{		
			offset = 0.0000 -0.0545 -0.0266,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment gunlight		
		{		
			offset = -0.0091 0.2291 -0.0285,	
			rotate = 0.0000 -90.0000 0.0000,
		}
		attachment diysuppressor		
		{		
			offset = 0.0000 -0.0249 -0.0269,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment foregrip1		
		{		
			offset = 0.0000 0.0000 0.0057,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment foregrip2		
		{		
			offset = 0.0000 0.0000 0.0057,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment magazine		
		{		
			offset = 0.0000 0.0000 0.0000,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment world
		{
			offset = -0.0300 0.0000 0.0000,
			rotate = 0.0000 0.0000 0.0000,
		}
	}

    craftRecipe UseDrumMagAR15
    {
        timedAction = Making,
        time = 10,
	OnTest = UseDrumMagTest,
        OnCreate = RecipeCodeOnCreate.UseDrumMag,
        Tags = InHandCraft,
        category = Weaponry,
        inputs
        {
            item 1 [Base.AR15] flags[Prop2;InheritCondition;InheritAmmunition],
        }
        outputs
        {
            item 1 AR15Drum,
        }
    }

    craftRecipe UseSTANAGMagAR15
    {
        timedAction = Making,
        time = 10,
	OnTest = UseDrumMagTest,
        OnCreate = RecipeCodeOnCreate.UseDrumMag,
        Tags = InHandCraft,
        category = Weaponry,
        inputs
        {
            item 1 [Base.AR15Drum] flags[Prop2;InheritCondition;InheritAmmunition],
        }
        outputs
        {
            item 1 AR15,
        }
    }

    item M16A1Drum
    {
        DisplayCategory = Weapon,
        ItemType = base:weapon,
        Weight = 4.0,
        Icon = M16A1Drum,
        AimingPerkCritModifier = 8,
        AimingPerkHitChanceModifier = 12,
        AimingPerkMinAngleModifier = 0.0025,
        AimingPerkRangeModifier = 2.5,
        AimReleaseSound = M16AimRelease,
        Aimingtime = 25,
        AmmoBox = Base.556Box,
        AmmoType = base:bullets_556,
        AttachmentType = Rifle,
        BreakSound = M16Break,
        BringToBearSound = M16BringToBear,
        ClickSound = M16Jam,
        ConditionLowerChanceOneIn = 200,
        ConditionMax = 30,
        CritDmgMultiplier = 5.0,
        CriticalChance = 20.0,
        DoorDamage = 5,
        DropSound = M16Drop,
        EjectAmmoSound = M16EjectAmmo,
        EjectAmmoStartSound = M16EjectAmmoStart,
        EjectAmmoStopSound = M16EjectAmmoStop,
        EquipSound = M16Equip,
        FireMode = Auto,
        FireModePossibilities = Auto/Single,
        CyclicRateMultiplier = 1.1,
        HitChance = 30,
        HitSound = BulletImpact,
        IdleAnim = Idle_Weapon2,
        ImpactSound = null,
        InsertAmmoSound = M16InsertAmmo,
        InsertAmmoStartSound = M16InsertAmmoStart,
        InsertAmmoStopSound = M16InsertAmmoStop,
        IsAimedFirearm = true,
        JamGunChance = 1,
        KnockBackOnNoDeath = true,
        KnockdownMod = 4.0,
        MagazineType = Base.556ClipDrum,
        MaxAmmo = 50,
        MaxDamage = 2.3,
        MaxHitcount = 2,
        MaxRange = 35.0,
        MinSightRange = 2,
        MaxSightRange = 10.0,
        MetalValue = 45.0,
        MinAngle = 0.975,
        MinDamage = 1.5,
        MinRange = 0.61,
        MinimumSwingtime = 0.5,
        ModelWeaponPart = x4Scope x4Scope scope scope,
        ModelWeaponPart = x4ACOGScope x4ACOGScope scope scope,
        ModelWeaponPart = x8Scope x8Scope scope scope,
        ModelWeaponPart = x8ACOGScope x8ACOGScope scope scope,
        ModelWeaponPart = TritiumSights TritiumSights scope2 scope2,
        ModelWeaponPart = RedDot RedDot reddot reddot,
        ModelWeaponPart = SOCOMRedDot SOCOMRedDot reddot reddot,
        ModelWeaponPart = Laser Laser laser laser,
        ModelWeaponPart = 223556Suppressor 223556Suppressor 223556suppressor 223556suppressor,
        ModelWeaponPart = GunLight GunLight gunlight gunlight,
        ModelWeaponPart = DIYSuppressor DIYSuppressor diysuppressor diysuppressor,
        ModelWeaponPart = Foregrip1 Foregrip1 foregrip1 foregrip1,
        ModelWeaponPart = Foregrip2 Foregrip2 foregrip2 foregrip2,
        ModelWeaponPart = 556ClipDrum_Attachment 556ClipDrum_Attachment magazine magazine,
        MultipleHitConditionAffected = false,
        MuzzleFlashModelKey = muzzle_flash_assault_rifle,
        NPCSoundBoost = 1.5,
        PiercingBullets = true,
        Projectilecount = 1,
        PushBackMod = 0.3,
        RackSound = M16Rack,
        Ranged = true,
        RecoilDelay = 15,
        Reloadtime = 25,
        RequiresEquippedBothHands = true,
        RunAnim = Run_Weapon2,
        ShellFallSound = M16CartridgeFall,
        SoundGain = 2.0,
        SoundRadius = 150,
        SoundVolume = 35,
        SplatBloodOnNoDeath = true,
        SplatNumber = 3,
        SplatSize = 3,
        StopPower = 2.0,
        SubCategory = Firearm,
        SwingAmountBeforeImpact = 0.0,
        SwingAnim = Rifle,
        SwingSound = M16Shoot,
        Swingtime = 0.5,
        ToHitModifier = 1.5,
        TwoHandWeapon = true,
        UnequipSound = M16UnEquip,
        UseEndurance = false,
        WeaponReloadType = boltaction,
        WeaponSprite = M16A1Drum,
        Tags = base:hasmetal;base:firearm,
	Tooltip = Tooltip_M16A1,
    }

	model M16A1Drum
	{
		mesh = weapons/firearm/M16A1_NoMagazine,	
		texture = weapons/firearm/M16A1,
		attachment muzzle
		{
			offset = 0.0000 0.4039 -0.0271,
			rotate = -90.0000 0.0000 -180.0000,
		}
		attachment scope		
		{		
			offset = 0.0000 0.0097 -0.0757,	
			rotate = 0.0000 180.0000 0.0000,
		}
		attachment scope2		
		{		
			offset = 0.0000 0.0203 -0.0596,	
			rotate = 0.0000 180.0000 0.0000,
		}
		attachment reddot		
		{		
			offset = 0.0000 -0.0011 -0.0600,	
			rotate = 0.0000 180.0000 0.0000,
		}
		attachment laser		
		{		
			offset = 0.0000 0.2180 0.0000,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment 223556suppressor		
		{		
			offset = 0.0000 0.0000 -0.0260,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment gunlight		
		{		
			offset = -0.0091 0.2707 -0.0285,	
			rotate = 0.0000 -90.0000 0.0000,
		}
		attachment diysuppressor		
		{		
			offset = 0.0000 0.0349 -0.0269,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment foregrip1		
		{		
			offset = 0.0000 0.0000 0.0080,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment foregrip2		
		{		
			offset = 0.0000 0.0000 0.0080,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment magazine		
		{		
			offset = 0.0000 0.0000 0.0000,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment world
		{
			offset = -0.0300 0.0000 0.0000,
			rotate = 0.0000 0.0000 0.0000,
		}
	}

    craftRecipe UseDrumMagM16A1
    {
        timedAction = Making,
        time = 10,
	OnTest = UseDrumMagTest,
        OnCreate = RecipeCodeOnCreate.UseDrumMag,
        Tags = InHandCraft,
        category = Weaponry,
        inputs
        {
            item 1 [Base.M16A1] flags[Prop2;InheritCondition;InheritAmmunition],
        }
        outputs
        {
            item 1 M16A1Drum,
        }
    }

    craftRecipe UseSTANAGMagM16A1
    {
        timedAction = Making,
        time = 10,
	OnTest = UseDrumMagTest,
        OnCreate = RecipeCodeOnCreate.UseDrumMag,
        Tags = InHandCraft,
        category = Weaponry,
        inputs
        {
            item 1 [Base.M16A1Drum] flags[Prop2;InheritCondition;InheritAmmunition],
        }
        outputs
        {
            item 1 M16A1,
        }
    }

    item AssaultRifle2Drum
    {
        DisplayCategory = Weapon,
        ItemType = base:weapon,
        Weight = 4.0,
        Icon = M14Drum,
        AimingPerkCritModifier = 8,
        AimingPerkHitChanceModifier = 12,
        AimingPerkMinAngleModifier = 0.0025,
        AimingPerkRangeModifier = 2.5,
        AimReleaseSound = M14AimRelease,
        Aimingtime = 50,
        AmmoBox = Base.762Box,
        AmmoType = firearms:bullets_762x51,
        AttachmentType = Rifle,
        BreakSound = M14Break,
        BringToBearSound = M14BringToBear,
        ClickSound = M14Jam,
        ClipSize = 20,
        ConditionLowerChanceOneIn = 200,
        ConditionMax = 30,
        CritDmgMultiplier = 6.0,
        CriticalChance = 20.0,
        DoorDamage = 10,
        DropSound = M14Drop,
        EjectAmmoSound = M14EjectAmmo,
        EjectAmmoStartSound = M14EjectAmmoStart,
        EjectAmmoStopSound = M14EjectAmmoStop,
        EquipSound = M14Equip,
	FireMode = Auto,
	FireModePossibilities = Auto/Single,
        CyclicRateMultiplier = 1.2,
        HitChance = 25,
        HitSound = BulletImpact,
        IdleAnim = Idle_Weapon2,
        ImpactSound = null,
        InsertAmmoSound = M14InsertAmmo,
        InsertAmmoStartSound = M14InsertAmmoStart,
        InsertAmmoStopSound = M14InsertAmmoStop,
        IsAimedFirearm = true,
        JamGunChance = 1,
        KnockBackOnNoDeath = true,
        KnockdownMod = 2.0,
        MagazineType = Base.M14ClipDrum,
        MaxAmmo = 50,
        MaxDamage = 2.6,
        MaxHitcount = 2,
        MaxRange = 40.0,
        MinSightRange = 2,
        MaxSightRange = 10.0,
        MetalValue = 45.0,
        MinAngle = 0.975,
        MinDamage = 1.7,
        MinRange = 0.61,
        MinimumSwingtime = 0.5,
        ModelWeaponPart = x2Scope x2Scope scope scope,
        ModelWeaponPart = x4Scope x4Scope scope scope,
        ModelWeaponPart = x4ACOGScope x4ACOGScope scope scope,
        ModelWeaponPart = x8Scope x8Scope scope scope,
        ModelWeaponPart = x8ACOGScope x8ACOGScope scope scope,
        ModelWeaponPart = TritiumSights TritiumSights scope2 scope2,
        ModelWeaponPart = RedDot RedDot reddot reddot,
        ModelWeaponPart = SOCOMRedDot SOCOMRedDot reddot reddot,
        ModelWeaponPart = Laser Laser laser laser,
        ModelWeaponPart = 308762Suppressor 308762Suppressor 308762suppressor 308762suppressor,
        ModelWeaponPart = GunLight GunLight gunlight gunlight,
        ModelWeaponPart = Foregrip1 Foregrip1 foregrip1 foregrip1,
        ModelWeaponPart = Foregrip2 Foregrip2 foregrip2 foregrip2,
        ModelWeaponPart = DIYSuppressor DIYSuppressor diysuppressor diysuppressor,
        ModelWeaponPart = M14ClipDrum_Attachment M14ClipDrum_Attachment magazine magazine,
        MultipleHitConditionAffected = false,
        MuzzleFlashModelKey = muzzle_flash_assault_rifle02,
        NPCSoundBoost = 1.5,
        PiercingBullets = true,
        Projectilecount = 1,
        PushBackMod = 0.3,
        RackSound = M14Rack,
        Ranged = true,
        RecoilDelay = 20,
        Reloadtime = 25,
        RequiresEquippedBothHands = true,
        RunAnim = Run_Weapon2,
        ShellFallSound = M14CartridgeFall,
        SoundGain = 2.0,
        SoundRadius = 170,
        SoundVolume = 30,
        SplatBloodOnNoDeath = true,
        SplatNumber = 3,
        SplatSize = 3,
        StopPower = 2.0,
        SubCategory = Firearm,
        SwingAmountBeforeImpact = 0.0,
        SwingAnim = Rifle,
        SwingSound = M14Shoot,
        Swingtime = 0.5,
        ToHitModifier = 1.5,
        TwoHandWeapon = true,
        UnequipSound = M14UnEquip,
        UseEndurance = false,
        WeaponReloadType = boltaction,
        WeaponSprite = AssaultRifle2Drum,
        Tags = base:hasmetal;base:firearm,
	Tooltip = Tooltip_M14,
    }

	model AssaultRifle2Drum
	{
		mesh = weapons/firearm/M14Rifle_NoMagazine,	
		texture = weapons/firearm/M14Rifle,
		attachment muzzle
		{
			offset = 0.0000 0.4771 -0.0331,
			rotate = -90.0000 0.0000 -180.0000,
		}
		attachment scope		
		{		
			offset = 0.0000 0.0625 -0.0565,	
			rotate = 0.0000 180.0000 0.0000,
		}
		attachment scope2		
		{		
			offset = 0.0000 0.0627 -0.0352,	
			rotate = 0.0000 180.0000 0.0000,
		}
		attachment reddot		
		{		
			offset = 0.0000 0.0288 -0.0345,	
			rotate = 0.0000 180.0000 0.0000,
		}
		attachment laser		
		{		
			offset = 0.0000 0.2321 -0.0022,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment 308762suppressor		
		{		
			offset = 0.0000 0.0320 -0.0315,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment gunlight		
		{		
			offset = -0.0033 0.2290 -0.0208,	
			rotate = 0.0000 -90.0000 0.0000,
		}
		attachment foregrip1		
		{		
			offset = 0.0000 0.0000 0.0064,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment foregrip2		
		{		
			offset = 0.0000 0.0000 0.0064,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment diysuppressor		
		{		
			offset = 0.0000 0.1056 -0.0344,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment magazine		
		{		
			offset = 0.0000 0.0000 0.0000,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment world
		{
			offset = -0.0300 0.0000 0.0000,
			rotate = 0.0000 0.0000 0.0000,
		}
	}

    craftRecipe UseDrumMagM14
    {
        timedAction = Making,
        time = 10,
	OnTest = UseDrumMagTest,
        OnCreate = RecipeCodeOnCreate.UseDrumMag,
        Tags = InHandCraft,
        category = Weaponry,
        inputs
        {
            item 1 [Base.AssaultRifle2] flags[Prop2;InheritCondition;InheritAmmunition],
        }
        outputs
        {
            item 1 AssaultRifle2Drum,
        }
    }

    craftRecipe UseDblStackMagM14
    {
        timedAction = Making,
        time = 10,
	OnTest = UseDrumMagTest,
        OnCreate = RecipeCodeOnCreate.UseDrumMag,
        Tags = InHandCraft,
        category = Weaponry,
        inputs
        {
            item 1 [Base.AssaultRifle2Drum] flags[Prop2;InheritCondition;InheritAmmunition],
        }
        outputs
        {
            item 1 AssaultRifle2,
        }
    }

    item G3Drum
    {
        DisplayCategory = Weapon,
        ItemType = base:weapon,
        Weight = 4.0,
        Icon = G3Drum,
        AimingPerkCritModifier = 8,
        AimingPerkHitChanceModifier = 12,
        AimingPerkMinAngleModifier = 0.0025,
        AimingPerkRangeModifier = 2.5,
        AimReleaseSound = M14AimRelease,
        Aimingtime = 50,
        AmmoBox = Base.762Box,
        AmmoType = firearms:bullets_762x51,
        AttachmentType = Rifle,
        BreakSound = M14Break,
        BringToBearSound = M14BringToBear,
        ClickSound = M14Jam,
        ClipSize = 20,
        ConditionLowerChanceOneIn = 200,
        ConditionMax = 30,
        CritDmgMultiplier = 6.0,
        CriticalChance = 20.0,
        DoorDamage = 10,
        DropSound = M14Drop,
        EjectAmmoSound = M14EjectAmmo,
        EjectAmmoStartSound = M14EjectAmmoStart,
        EjectAmmoStopSound = M14EjectAmmoStop,
        EquipSound = M14Equip,
	FireMode = Auto,
	FireModePossibilities = Auto/Single,
        CyclicRateMultiplier = 1.2,
        HitChance = 30,
        HitSound = BulletImpact,
        IdleAnim = Idle_Weapon2,
        ImpactSound = null,
        InsertAmmoSound = M14InsertAmmo,
        InsertAmmoStartSound = M14InsertAmmoStart,
        InsertAmmoStopSound = M14InsertAmmoStop,
        IsAimedFirearm = true,
        JamGunChance = 1,
        KnockBackOnNoDeath = true,
        KnockdownMod = 2.0,
        MagazineType = Base.M14ClipDrum,
        MaxAmmo = 50,
        MaxDamage = 2.6,
        MaxHitcount = 2,
        MaxRange = 40.0,
        MinSightRange = 2,
        MaxSightRange = 10.0,
        MetalValue = 45.0,
        MinAngle = 0.975,
        MinDamage = 1.7,
        MinRange = 0.61,
        MinimumSwingtime = 0.5,
        ModelWeaponPart = x2Scope x2Scope scope scope,
        ModelWeaponPart = x4Scope x4Scope scope scope,
        ModelWeaponPart = x4ACOGScope x4ACOGScope scope scope,
        ModelWeaponPart = x8Scope x8Scope scope scope,
        ModelWeaponPart = x8ACOGScope x8ACOGScope scope scope,
        ModelWeaponPart = TritiumSights TritiumSights scope2 scope2,
        ModelWeaponPart = RedDot RedDot reddot reddot,
        ModelWeaponPart = SOCOMRedDot SOCOMRedDot reddot reddot,
        ModelWeaponPart = Laser Laser laser laser,
        ModelWeaponPart = 308762Suppressor 308762Suppressor 308762suppressor 308762suppressor,
        ModelWeaponPart = GunLight GunLight gunlight gunlight,
        ModelWeaponPart = Foregrip1 Foregrip1 foregrip1 foregrip1,
        ModelWeaponPart = Foregrip2 Foregrip2 foregrip2 foregrip2,
        ModelWeaponPart = DIYSuppressor DIYSuppressor diysuppressor diysuppressor,
        ModelWeaponPart = M14ClipDrum_Attachment M14ClipDrum_Attachment magazine magazine,
        MultipleHitConditionAffected = false,
        MuzzleFlashModelKey = muzzle_flash_assault_rifle02,
        NPCSoundBoost = 1.5,
        PiercingBullets = true,
        Projectilecount = 1,
        PushBackMod = 0.3,
        RackSound = M14Rack,
        Ranged = true,
        RecoilDelay = 20,
        Reloadtime = 25,
        RequiresEquippedBothHands = true,
        RunAnim = Run_Weapon2,
        ShellFallSound = M14CartridgeFall,
        SoundGain = 2.0,
        SoundRadius = 170,
        SoundVolume = 30,
        SplatBloodOnNoDeath = true,
        SplatNumber = 3,
        SplatSize = 3,
        StopPower = 2.0,
        SubCategory = Firearm,
        SwingAmountBeforeImpact = 0.0,
        SwingAnim = Rifle,
        SwingSound = M14Shoot,
        Swingtime = 0.5,
        ToHitModifier = 1.5,
        TwoHandWeapon = true,
        UnequipSound = M14UnEquip,
        UseEndurance = false,
        WeaponReloadType = boltaction,
        WeaponSprite = G3Drum,
        Tags = base:hasmetal;base:firearm,
	Tooltip = Tooltip_G3,
    }

	model G3Drum
	{
		mesh = weapons/firearm/G3_NoMagazine,	
		texture = weapons/firearm/G3,
		attachment muzzle
		{
			offset = 0.0000 0.4133 -0.0247,
			rotate = -90.0000 0.0000 -180.0000,
		}
		attachment scope		
		{		
			offset = 0.0000 0.0516 -0.0565,	
			rotate = 0.0000 180.0000 0.0000,
		}
		attachment scope2		
		{		
			offset = 0.0000 0.0216 -0.0388,	
			rotate = 0.0000 180.0000 0.0000,
		}
		attachment reddot		
		{		
			offset = 0.0000 0.0332 -0.0388,	
			rotate = 0.0000 180.0000 0.0000,
		}
		attachment laser		
		{		
			offset = 0.0000 0.2881 -0.0017,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment 308762suppressor		
		{		
			offset = 0.0000 0.0133 -0.0246,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment gunlight		
		{		
			offset = -0.0033 0.2290 -0.0208,	
			rotate = 0.0000 -90.0000 0.0000,
		}
		attachment foregrip1		
		{		
			offset = 0.0000 0.0000 0.0064,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment foregrip2		
		{		
			offset = 0.0000 0.0000 0.0064,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment diysuppressor		
		{		
			offset = 0.0000 0.0446 -0.0254,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment magazine		
		{		
			offset = 0.0000 0.0000 0.0000,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment world
		{
			offset = -0.0300 0.0000 0.0000,
			rotate = 0.0000 0.0000 0.0000,
		}
	}

    craftRecipe UseDrumMagG3
    {
        timedAction = Making,
        time = 10,
	OnTest = UseDrumMagTest,
        OnCreate = RecipeCodeOnCreate.UseDrumMag,
        Tags = InHandCraft,
        category = Weaponry,
        inputs
        {
            item 1 [Base.G3] flags[Prop2;InheritCondition;InheritAmmunition],
        }
        outputs
        {
            item 1 G3Drum,
        }
    }

    craftRecipe UseDblStackMagG3
    {
        timedAction = Making,
        time = 10,
	OnTest = UseDrumMagTest,
        OnCreate = RecipeCodeOnCreate.UseDrumMag,
        Tags = InHandCraft,
        category = Weaponry,
        inputs
        {
            item 1 [Base.G3Drum] flags[Prop2;InheritCondition;InheritAmmunition],
        }
        outputs
        {
            item 1 G3,
        }
    }

    item AK47Drum
    {
        DisplayCategory = Weapon,
        ItemType = base:weapon,
        Weight = 4.0,
        Icon = AK47Drum,
        AimingPerkCritModifier = 8,
        AimingPerkHitChanceModifier = 11,
        AimingPerkMinAngleModifier = 0.0025,
        AimingPerkRangeModifier = 2.5,
        AimReleaseSound = M16AimRelease,
        Aimingtime = 30,
        AmmoBox = Base.762x39Box,
        AmmoType = firearms:bullets_762x39,
        AttachmentType = Rifle,
        BreakSound = M16Break,
        BringToBearSound = M16BringToBear,
        ClickSound = M16Jam,
        ConditionLowerChanceOneIn = 200,
        ConditionMax = 30,
        CritDmgMultiplier = 5.0,
        CriticalChance = 20.0,
        DoorDamage = 5,
        DropSound = M16Drop,
        EjectAmmoSound = M16EjectAmmo,
        EjectAmmoStartSound = M16EjectAmmoStart,
        EjectAmmoStopSound = M16EjectAmmoStop,
        EquipSound = M16Equip,
        FireMode = Auto,
        FireModePossibilities = Auto/Single,
        CyclicRateMultiplier = 1.2,
        HitChance = 25,
        HitSound = BulletImpact,
        IdleAnim = Idle_Weapon2,
        ImpactSound = null,
        InsertAmmoSound = M16InsertAmmo,
        InsertAmmoStartSound = M16InsertAmmoStart,
        InsertAmmoStopSound = M16InsertAmmoStop,
        IsAimedFirearm = true,
        JamGunChance = 1,
        KnockBackOnNoDeath = true,
        KnockdownMod = 4.0,
        MagazineType = Base.762x39ClipDrum,
        MaxAmmo = 50,
        MaxDamage = 2.3,
        MaxHitcount = 2,
        MaxRange = 35.0,
        MinSightRange = 2,
        MaxSightRange = 10.0,
        MetalValue = 45.0,
        MinAngle = 0.975,
        MinDamage = 1.5,
        MinRange = 0.61,
        MinimumSwingtime = 0.5,
        ModelWeaponPart = x4Scope x4Scope scope scope,
        ModelWeaponPart = x4ACOGScope x4ACOGScope scope scope,
        ModelWeaponPart = x8Scope x8Scope scope scope,
        ModelWeaponPart = x8ACOGScope x8ACOGScope scope scope,
        ModelWeaponPart = TritiumSights TritiumSights scope2 scope2,
        ModelWeaponPart = RedDot RedDot reddot reddot,
        ModelWeaponPart = SOCOMRedDot SOCOMRedDot reddot reddot,
        ModelWeaponPart = Laser Laser laser laser,
        ModelWeaponPart = 223556Suppressor 223556Suppressor 223556suppressor 223556suppressor,
        ModelWeaponPart = GunLight GunLight gunlight gunlight,
        ModelWeaponPart = Foregrip1 Foregrip1 foregrip1 foregrip1,
        ModelWeaponPart = Foregrip2 Foregrip2 foregrip2 foregrip2,
        ModelWeaponPart = DIYSuppressor DIYSuppressor diysuppressor diysuppressor,
        ModelWeaponPart = 762x39ClipDrum_Attachment 762x39ClipDrum_Attachment magazine magazine,
        MultipleHitConditionAffected = false,
        MuzzleFlashModelKey = muzzle_flash_assault_rifle,
        NPCSoundBoost = 1.5,
        PiercingBullets = true,
        Projectilecount = 1,
        PushBackMod = 0.3,
        RackSound = M16Rack,
        Ranged = true,
        RecoilDelay = 15,
        Reloadtime = 25,
        RequiresEquippedBothHands = true,
        RunAnim = Run_Weapon2,
        ShellFallSound = M16CartridgeFall,
        SoundGain = 2.0,
        SoundRadius = 150,
        SoundVolume = 35,
        SplatBloodOnNoDeath = true,
        SplatNumber = 3,
        SplatSize = 3,
        StopPower = 2.0,
        SubCategory = Firearm,
        SwingAmountBeforeImpact = 0.0,
        SwingAnim = Rifle,
        SwingSound = MagnumShoot,
        Swingtime = 0.5,
        ToHitModifier = 1.5,
        TwoHandWeapon = true,
        UnequipSound = M16UnEquip,
        UseEndurance = false,
        WeaponReloadType = boltaction,
        WeaponSprite = AK47Drum,
        Tags = base:hasmetal;base:firearm,
	Tooltip = Tooltip_AK47,
    }

	model AK47Drum
	{
		mesh = weapons/firearm/AK47_NoMagazine,	
		texture = weapons/firearm/AK47,
		attachment muzzle
		{
			offset = 0.0000 0.4033 -0.0173,
			rotate = -90.0000 0.0000 -180.0000,
		}
		attachment scope		
		{		
			offset = 0.0000 0.0242 -0.0623,	
			rotate = 0.0000 180.0000 0.0000,
		}
		attachment scope2		
		{		
			offset = 0.0000 0.0329 -0.0385,	
			rotate = 0.0000 180.0000 0.0000,
		}
		attachment reddot		
		{		
			offset = 0.0000 0.0042 -0.0427,	
			rotate = 0.0000 180.0000 0.0000,
		}
		attachment laser		
		{		
			offset = 0.0000 0.2226 0.0069,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment 223556suppressor		
		{		
			offset = 0.0000 0.0170 -0.0180,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment gunlight		
		{		
			offset = -0.0039 0.2511 -0.0206,	
			rotate = 0.0000 -90.0000 0.0000,
		}
		attachment foregrip1		
		{		
			offset = 0.0000 0.0000 0.0145,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment foregrip2		
		{		
			offset = 0.0000 0.0000 0.0145,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment diysuppressor		
		{		
			offset = 0.0000 0.0361 -0.018,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment magazine		
		{		
			offset = 0.0000 0.0000 0.0000,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment world
		{
			offset = -0.0300 0.0000 0.0000,
			rotate = 0.0000 0.0000 0.0000,
		}
	}

    craftRecipe UseDrumMagAK47
    {
        timedAction = Making,
        time = 10,
	OnTest = UseDrumMagTest,
        OnCreate = RecipeCodeOnCreate.UseDrumMag,
        Tags = InHandCraft,
        category = Weaponry,
        inputs
        {
            item 1 [Base.AK47] flags[Prop2;InheritCondition;InheritAmmunition],
        }
        outputs
        {
            item 1 AK47Drum,
        }
    }

    craftRecipe UseDblStackMagAK47
    {
        timedAction = Making,
        time = 10,
	OnTest = UseDrumMagTest,
        OnCreate = RecipeCodeOnCreate.UseDrumMag,
        Tags = InHandCraft,
        category = Weaponry,
        inputs
        {
            item 1 [Base.AK47Drum] flags[Prop2;InheritCondition;InheritAmmunition],
        }
        outputs
        {
            item 1 AK47,
        }
    }

    item RK62Drum
    {
        DisplayCategory = Weapon,
        ItemType = base:weapon,
        Weight = 4.0,
        Icon = RK62Drum,
        AimingPerkCritModifier = 8,
        AimingPerkHitChanceModifier = 12,
        AimingPerkMinAngleModifier = 0.0025,
        AimingPerkRangeModifier = 2.5,
        AimReleaseSound = M16AimRelease,
        Aimingtime = 30,
        AmmoBox = Base.762x39Box,
        AmmoType = firearms:bullets_762x39,
        AttachmentType = Rifle,
        BreakSound = M16Break,
        BringToBearSound = M16BringToBear,
        ClickSound = M16Jam,
        ConditionLowerChanceOneIn = 200,
        ConditionMax = 30,
        CritDmgMultiplier = 5.0,
        CriticalChance = 20.0,
        DoorDamage = 5,
        DropSound = M16Drop,
        EjectAmmoSound = M16EjectAmmo,
        EjectAmmoStartSound = M16EjectAmmoStart,
        EjectAmmoStopSound = M16EjectAmmoStop,
        EquipSound = M16Equip,
        FireMode = Auto,
        FireModePossibilities = Auto/Single,
        CyclicRateMultiplier = 1.2,
        HitChance = 30,
        HitSound = BulletImpact,
        IdleAnim = Idle_Weapon2,
        ImpactSound = null,
        InsertAmmoSound = M16InsertAmmo,
        InsertAmmoStartSound = M16InsertAmmoStart,
        InsertAmmoStopSound = M16InsertAmmoStop,
        IsAimedFirearm = true,
        JamGunChance = 1,
        KnockBackOnNoDeath = true,
        KnockdownMod = 4.0,
        MagazineType = Base.762x39ClipDrum,
        MaxAmmo = 50,
        MaxDamage = 2.3,
        MaxHitcount = 2,
        MaxRange = 35.0,
        MinSightRange = 2,
        MaxSightRange = 10.0,
        MetalValue = 45.0,
        MinAngle = 0.975,
        MinDamage = 1.5,
        MinRange = 0.61,
        MinimumSwingtime = 0.5,
        ModelWeaponPart = x4Scope x4Scope scope scope,
        ModelWeaponPart = x4ACOGScope x4ACOGScope scope scope,
        ModelWeaponPart = x8Scope x8Scope scope scope,
        ModelWeaponPart = x8ACOGScope x8ACOGScope scope scope,
        ModelWeaponPart = TritiumSights TritiumSights scope2 scope2,
        ModelWeaponPart = RedDot RedDot reddot reddot,
        ModelWeaponPart = SOCOMRedDot SOCOMRedDot reddot reddot,
        ModelWeaponPart = Laser Laser laser laser,
        ModelWeaponPart = 223556Suppressor 223556Suppressor 223556suppressor 223556suppressor,
        ModelWeaponPart = GunLight GunLight gunlight gunlight,
        ModelWeaponPart = Foregrip1 Foregrip1 foregrip1 foregrip1,
        ModelWeaponPart = Foregrip2 Foregrip2 foregrip2 foregrip2,
        ModelWeaponPart = DIYSuppressor DIYSuppressor diysuppressor diysuppressor,
        ModelWeaponPart = 762x39ClipDrum_Attachment 762x39ClipDrum_Attachment magazine magazine,
        MultipleHitConditionAffected = false,
        MuzzleFlashModelKey = muzzle_flash_assault_rifle,
        NPCSoundBoost = 1.5,
        PiercingBullets = true,
        Projectilecount = 1,
        PushBackMod = 0.3,
        RackSound = M16Rack,
        Ranged = true,
        RecoilDelay = 15,
        Reloadtime = 25,
        RequiresEquippedBothHands = true,
        RunAnim = Run_Weapon2,
        ShellFallSound = M16CartridgeFall,
        SoundGain = 2.0,
        SoundRadius = 150,
        SoundVolume = 35,
        SplatBloodOnNoDeath = true,
        SplatNumber = 3,
        SplatSize = 3,
        StopPower = 2.0,
        SubCategory = Firearm,
        SwingAmountBeforeImpact = 0.0,
        SwingAnim = Rifle,
        SwingSound = MagnumShoot,
        Swingtime = 0.5,
        ToHitModifier = 1.5,
        TwoHandWeapon = true,
        UnequipSound = M16UnEquip,
        UseEndurance = false,
        WeaponReloadType = boltaction,
        WeaponSprite = RK62Drum,
        Tags = base:hasmetal;base:firearm,
	Tooltip = Tooltip_RK62,
    }

	model RK62Drum
	{
		mesh = weapons/firearm/RK62_NoMagazine,	
		texture = weapons/firearm/RK62,
		attachment muzzle
		{
			offset = 0.0000 0.4033 -0.0173,
			rotate = -90.0000 0.0000 -180.0000,
		}
		attachment scope		
		{		
			offset = 0.0000 0.0242 -0.0623,	
			rotate = 0.0000 180.0000 0.0000,
		}
		attachment scope2		
		{		
			offset = 0.0000 0.0267 -0.0385,	
			rotate = 0.0000 180.0000 0.0000,
		}
		attachment reddot		
		{		
			offset = 0.0000 0.0042 -0.0427,	
			rotate = 0.0000 180.0000 0.0000,
		}
		attachment laser		
		{		
			offset = 0.0000 0.2226 0.0069,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment 223556suppressor		
		{		
			offset = 0.0000 0.0170 -0.0180,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment gunlight		
		{		
			offset = -0.0039 0.2511 -0.0206,	
			rotate = 0.0000 -90.0000 0.0000,
		}
		attachment foregrip1		
		{		
			offset = 0.0000 0.0000 0.0145,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment foregrip2		
		{		
			offset = 0.0000 0.0000 0.0145,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment diysuppressor		
		{		
			offset = 0.0000 0.0361 -0.018,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment magazine		
		{		
			offset = 0.0000 0.0000 0.0000,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment world
		{
			offset = -0.0300 0.0000 0.0000,
			rotate = 0.0000 0.0000 0.0000,
		}
	}

    craftRecipe UseDrumMagRK62
    {
        timedAction = Making,
        time = 10,
	OnTest = UseDrumMagTest,
        OnCreate = RecipeCodeOnCreate.UseDrumMag,
        Tags = InHandCraft,
        category = Weaponry,
        inputs
        {
            item 1 [Base.RK62] flags[Prop2;InheritCondition;InheritAmmunition],
        }
        outputs
        {
            item 1 RK62Drum,
        }
    }

    craftRecipe UseDblStackMagRK62
    {
        timedAction = Making,
        time = 10,
	OnTest = UseDrumMagTest,
        OnCreate = RecipeCodeOnCreate.UseDrumMag,
        Tags = InHandCraft,
        category = Weaponry,
        inputs
        {
            item 1 [Base.RK62Drum] flags[Prop2;InheritCondition;InheritAmmunition],
        }
        outputs
        {
            item 1 RK62,
        }
    }

    item RK95Drum
    {
        DisplayCategory = Weapon,
        ItemType = base:weapon,
        Weight = 4.0,
        Icon = RK95Drum,
        AimingPerkCritModifier = 8,
        AimingPerkHitChanceModifier = 12,
        AimingPerkMinAngleModifier = 0.0025,
        AimingPerkRangeModifier = 2.5,
        AimReleaseSound = M16AimRelease,
        Aimingtime = 25,
        AmmoBox = Base.762x39Box,
        AmmoType = firearms:bullets_762x39,
        AttachmentType = Rifle,
        BreakSound = M16Break,
        BringToBearSound = M16BringToBear,
        ClickSound = M16Jam,
        ConditionLowerChanceOneIn = 200,
        ConditionMax = 30,
        CritDmgMultiplier = 5.0,
        CriticalChance = 20.0,
        DoorDamage = 5,
        DropSound = M16Drop,
        EjectAmmoSound = M16EjectAmmo,
        EjectAmmoStartSound = M16EjectAmmoStart,
        EjectAmmoStopSound = M16EjectAmmoStop,
        EquipSound = M16Equip,
        FireMode = Auto,
        FireModePossibilities = Auto/Single,
        CyclicRateMultiplier = 1.3,
        HitChance = 30,
        HitSound = BulletImpact,
        IdleAnim = Idle_Weapon2,
        ImpactSound = null,
        InsertAmmoSound = M16InsertAmmo,
        InsertAmmoStartSound = M16InsertAmmoStart,
        InsertAmmoStopSound = M16InsertAmmoStop,
        IsAimedFirearm = true,
        JamGunChance = 1,
        KnockBackOnNoDeath = true,
        KnockdownMod = 4.0,
        MagazineType = Base.762x39ClipDrum,
        MaxAmmo = 50,
        MaxDamage = 2.3,
        MaxHitcount = 2,
        MaxRange = 35.0,
        MinSightRange = 2,
        MaxSightRange = 10.0,
        MetalValue = 45.0,
        MinAngle = 0.975,
        MinDamage = 1.5,
        MinRange = 0.61,
        MinimumSwingtime = 0.5,
        ModelWeaponPart = x4Scope x4Scope scope scope,
        ModelWeaponPart = x4ACOGScope x4ACOGScope scope scope,
        ModelWeaponPart = x8Scope x8Scope scope scope,
        ModelWeaponPart = x8ACOGScope x8ACOGScope scope scope,
        ModelWeaponPart = TritiumSights TritiumSights scope2 scope2,
        ModelWeaponPart = RedDot RedDot reddot reddot,
        ModelWeaponPart = SOCOMRedDot SOCOMRedDot reddot reddot,
        ModelWeaponPart = Laser Laser laser laser,
        ModelWeaponPart = 223556Suppressor 223556Suppressor 223556suppressor 223556suppressor,
        ModelWeaponPart = GunLight GunLight gunlight gunlight,
        ModelWeaponPart = Foregrip1 Foregrip1 foregrip1 foregrip1,
        ModelWeaponPart = Foregrip2 Foregrip2 foregrip2 foregrip2,
        ModelWeaponPart = DIYSuppressor DIYSuppressor diysuppressor diysuppressor,
        ModelWeaponPart = 762x39ClipDrum_Attachment 762x39ClipDrum_Attachment magazine magazine,
        MultipleHitConditionAffected = false,
        MuzzleFlashModelKey = muzzle_flash_assault_rifle,
        NPCSoundBoost = 1.5,
        PiercingBullets = true,
        Projectilecount = 1,
        PushBackMod = 0.3,
        RackSound = M16Rack,
        Ranged = true,
        RecoilDelay = 15,
        Reloadtime = 25,
        RequiresEquippedBothHands = true,
        RunAnim = Run_Weapon2,
        ShellFallSound = M16CartridgeFall,
        SoundGain = 2.0,
        SoundRadius = 150,
        SoundVolume = 35,
        SplatBloodOnNoDeath = true,
        SplatNumber = 3,
        SplatSize = 3,
        StopPower = 2.0,
        SubCategory = Firearm,
        SwingAmountBeforeImpact = 0.0,
        SwingAnim = Rifle,
        SwingSound = MagnumShoot,
        Swingtime = 0.5,
        ToHitModifier = 1.5,
        TwoHandWeapon = true,
        UnequipSound = M16UnEquip,
        UseEndurance = false,
        WeaponReloadType = boltaction,
        WeaponSprite = RK95Drum,
        Tags = base:hasmetal;base:firearm,
	Tooltip = Tooltip_RK62,
    }

	model RK95Drum
	{
		mesh = weapons/firearm/RK95_NoMagazine,	
		texture = weapons/firearm/RK95,
		attachment muzzle
		{
			offset = 0.0000 0.4033 -0.0173,
			rotate = -90.0000 0.0000 -180.0000,
		}
		attachment scope		
		{		
			offset = 0.0000 0.0242 -0.0623,	
			rotate = 0.0000 180.0000 0.0000,
		}
		attachment scope2		
		{		
			offset = 0.0000 0.0267 -0.0385,	
			rotate = 0.0000 180.0000 0.0000,
		}
		attachment reddot		
		{		
			offset = 0.0000 0.0042 -0.0427,	
			rotate = 0.0000 180.0000 0.0000,
		}
		attachment laser		
		{		
			offset = 0.0000 0.2226 0.0069,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment 223556suppressor		
		{		
			offset = 0.0000 -0.0170 -0.0180,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment gunlight		
		{		
			offset = -0.0039 0.2511 -0.0206,	
			rotate = 0.0000 -90.0000 0.0000,
		}
		attachment foregrip1		
		{		
			offset = 0.0000 0.0000 0.0145,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment foregrip2		
		{		
			offset = 0.0000 0.0000 0.0145,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment diysuppressor		
		{		
			offset = 0.0000 0.0000 -0.018,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment magazine		
		{		
			offset = 0.0000 0.0000 0.0000,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment world
		{
			offset = -0.0300 0.0000 0.0000,
			rotate = 0.0000 0.0000 0.0000,
		}
	}

    craftRecipe UseDrumMagRK95
    {
        timedAction = Making,
        time = 10,
	OnTest = UseDrumMagTest,
        OnCreate = RecipeCodeOnCreate.UseDrumMag,
        Tags = InHandCraft,
        category = Weaponry,
        inputs
        {
            item 1 [Base.RK95] flags[Prop2;InheritCondition;InheritAmmunition],
        }
        outputs
        {
            item 1 RK95Drum,
        }
    }

    craftRecipe UseDblStackMagRK95
    {
        timedAction = Making,
        time = 10,
	OnTest = UseDrumMagTest,
        OnCreate = RecipeCodeOnCreate.UseDrumMag,
        Tags = InHandCraft,
        category = Weaponry,
        inputs
        {
            item 1 [Base.RK95Drum] flags[Prop2;InheritCondition;InheritAmmunition],
        }
        outputs
        {
            item 1 RK95,
        }
    }

    item AK105Drum
    {
        DisplayCategory = Weapon,
        ItemType = base:weapon,
        Weight = 4.0,
        Icon = AK105Drum,
        AimingPerkCritModifier = 8,
        AimingPerkHitChanceModifier = 12,
        AimingPerkMinAngleModifier = 0.0025,
        AimingPerkRangeModifier = 2.5,
        AimReleaseSound = M16AimRelease,
        Aimingtime = 25,
        AmmoBox = Base.762x39Box,
        AmmoType = firearms:bullets_762x39,
        AttachmentType = Rifle,
        BreakSound = M16Break,
        BringToBearSound = M16BringToBear,
        ClickSound = M16Jam,
        ConditionLowerChanceOneIn = 200,
        ConditionMax = 30,
        CritDmgMultiplier = 5.0,
        CriticalChance = 20.0,
        DoorDamage = 5,
        DropSound = M16Drop,
        EjectAmmoSound = M16EjectAmmo,
        EjectAmmoStartSound = M16EjectAmmoStart,
        EjectAmmoStopSound = M16EjectAmmoStop,
        EquipSound = M16Equip,
        FireMode = Auto,
        FireModePossibilities = Auto/Single,
        CyclicRateMultiplier = 1.3,
        HitChance = 30,
        HitSound = BulletImpact,
        IdleAnim = Idle_Weapon2,
        ImpactSound = null,
        InsertAmmoSound = M16InsertAmmo,
        InsertAmmoStartSound = M16InsertAmmoStart,
        InsertAmmoStopSound = M16InsertAmmoStop,
        IsAimedFirearm = true,
        JamGunChance = 1,
        KnockBackOnNoDeath = true,
        KnockdownMod = 4.0,
        MagazineType = Base.762x39ClipDrum,
        MaxAmmo = 50,
        MaxDamage = 2.3,
        MaxHitcount = 2,
        MaxRange = 35.0,
        MinSightRange = 2,
        MaxSightRange = 10.0,
        MetalValue = 45.0,
        MinAngle = 0.975,
        MinDamage = 1.5,
        MinRange = 0.61,
        MinimumSwingtime = 0.5,
        ModelWeaponPart = x4Scope x4Scope scope scope,
        ModelWeaponPart = x4ACOGScope x4ACOGScope scope scope,
        ModelWeaponPart = x8Scope x8Scope scope scope,
        ModelWeaponPart = x8ACOGScope x8ACOGScope scope scope,
        ModelWeaponPart = TritiumSights TritiumSights scope2 scope2,
        ModelWeaponPart = RedDot RedDot reddot reddot,
        ModelWeaponPart = SOCOMRedDot SOCOMRedDot reddot reddot,
        ModelWeaponPart = Laser Laser laser laser,
        ModelWeaponPart = 223556Suppressor 223556Suppressor 223556suppressor 223556suppressor,
        ModelWeaponPart = GunLight GunLight gunlight gunlight,
        ModelWeaponPart = Foregrip1 Foregrip1 foregrip1 foregrip1,
        ModelWeaponPart = Foregrip2 Foregrip2 foregrip2 foregrip2,
        ModelWeaponPart = DIYSuppressor DIYSuppressor diysuppressor diysuppressor,
        ModelWeaponPart = 762x39ClipDrum_Attachment 762x39ClipDrum_Attachment magazine magazine,
        MultipleHitConditionAffected = false,
        MuzzleFlashModelKey = muzzle_flash_assault_rifle,
        NPCSoundBoost = 1.5,
        PiercingBullets = true,
        Projectilecount = 1,
        PushBackMod = 0.3,
        RackSound = M16Rack,
        Ranged = true,
        RecoilDelay = 15,
        Reloadtime = 25,
        RequiresEquippedBothHands = true,
        RunAnim = Run_Weapon2,
        ShellFallSound = M16CartridgeFall,
        SoundGain = 2.0,
        SoundRadius = 150,
        SoundVolume = 35,
        SplatBloodOnNoDeath = true,
        SplatNumber = 3,
        SplatSize = 3,
        StopPower = 2.0,
        SubCategory = Firearm,
        SwingAmountBeforeImpact = 0.0,
        SwingAnim = Rifle,
        SwingSound = MagnumShoot,
        Swingtime = 0.5,
        ToHitModifier = 1.5,
        TwoHandWeapon = true,
        UnequipSound = M16UnEquip,
        UseEndurance = false,
        WeaponReloadType = boltaction,
        WeaponSprite = AK105Drum,
        Tags = base:hasmetal;base:firearm,
	Tooltip = Tooltip_AK105,
    }

	model AK105Drum
	{
		mesh = weapons/firearm/AK105_NoMagazine,	
		texture = weapons/firearm/AK105,
		attachment muzzle
		{
			offset = 0.0000 0.3194 -0.0175,
			rotate = -90.0000 0.0000 -180.0000,
		}
		attachment scope		
		{		
			offset = 0.0000 0.0242 -0.0623,	
			rotate = 0.0000 180.0000 0.0000,
		}
		attachment scope2		
		{		
			offset = 0.0000 0.0267 -0.0385,	
			rotate = 0.0000 180.0000 0.0000,
		}
		attachment reddot		
		{		
			offset = 0.0000 0.0042 -0.0427,	
			rotate = 0.0000 180.0000 0.0000,
		}
		attachment laser		
		{		
			offset = 0.0000 0.2226 0.0069,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment 223556suppressor		
		{		
			offset = 0.0000 -0.0731 -0.0180,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment gunlight		
		{		
			offset = -0.0039 0.2511 -0.0206,	
			rotate = 0.0000 -90.0000 0.0000,
		}
		attachment foregrip1		
		{		
			offset = 0.0000 0.0000 0.0145,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment foregrip2		
		{		
			offset = 0.0000 0.0000 0.0145,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment diysuppressor		
		{		
			offset = 0.0000 -0.0545 -0.018,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment magazine		
		{		
			offset = 0.0000 0.0000 0.0000,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment world
		{
			offset = -0.0300 0.0000 0.0000,
			rotate = 0.0000 0.0000 0.0000,
		}
	}

    craftRecipe UseDrumMagAK105
    {
        timedAction = Making,
        time = 10,
	OnTest = UseDrumMagTest,
        OnCreate = RecipeCodeOnCreate.UseDrumMag,
        Tags = InHandCraft,
        category = Weaponry,
        inputs
        {
            item 1 [Base.AK105] flags[Prop2;InheritCondition;InheritAmmunition],
        }
        outputs
        {
            item 1 AK105Drum,
        }
    }

    craftRecipe UseDblStackMagAK105
    {
        timedAction = Making,
        time = 10,
	OnTest = UseDrumMagTest,
        OnCreate = RecipeCodeOnCreate.UseDrumMag,
        Tags = InHandCraft,
        category = Weaponry,
        inputs
        {
            item 1 [Base.AK105Drum] flags[Prop2;InheritCondition;InheritAmmunition],
        }
        outputs
        {
            item 1 AK105,
        }
    }

    item MP5Drum
    {
        DisplayCategory = Weapon,
        ItemType = base:weapon,
        Weight = 3.0,
        Icon = MP5Drum,
        AimingPerkCritModifier = 8,
        AimingPerkHitChanceModifier = 11,
        AimingPerkMinAngleModifier = 0.0025,
        AimingPerkRangeModifier = 2,
        AimReleaseSound = M16AimRelease,
        Aimingtime = 25,
        AmmoBox = Base.Bullets9mmBox,
        AmmoType = base:bullets_9mm,
        AttachmentType = Rifle,
        BreakSound = M16Break,
        BringToBearSound = M16BringToBear,
        ClickSound = M16Jam,
        ConditionLowerChanceOneIn = 200,
        ConditionMax = 30,
        CritDmgMultiplier = 4.0,
        CriticalChance = 20.0,
        DoorDamage = 5,
        DropSound = M16Drop,
        EjectAmmoSound = M16EjectAmmo,
        EjectAmmoStartSound = M16EjectAmmoStart,
        EjectAmmoStopSound = M16EjectAmmoStop,
        EquipSound = M16Equip,
        FireMode = Auto,
        FireModePossibilities = Auto/Single,
        CyclicRateMultiplier = 1.2,
        HitChance = 35,
        HitSound = BulletImpact,
        IdleAnim = Idle_Weapon2,
        ImpactSound = null,
        InsertAmmoSound = M16InsertAmmo,
        InsertAmmoStartSound = M16InsertAmmoStart,
        InsertAmmoStopSound = M16InsertAmmoStop,
        IsAimedFirearm = true,
        JamGunChance = 1,
        KnockBackOnNoDeath = true,
        KnockdownMod = 4.0,
        MagazineType = Base.9mm30MagazineDrum,
        MaxAmmo = 60,
        MaxDamage = 1.3,
        MaxHitcount = 1,
        MaxRange = 35.0,
        MinSightRange = 2,
        MaxSightRange = 10.0,
        MetalValue = 45.0,
        MinAngle = 0.975,
        MinDamage = 1.0,
        MinRange = 0.61,
        MinimumSwingtime = 0.5,
        ModelWeaponPart = x4Scope x4Scope scope scope,
        ModelWeaponPart = x4ACOGScope x4ACOGScope scope scope,
        ModelWeaponPart = TritiumSights TritiumSights scope2 scope2,
        ModelWeaponPart = RedDot RedDot reddot reddot,
        ModelWeaponPart = SOCOMRedDot SOCOMRedDot reddot reddot,
        ModelWeaponPart = Laser Laser laser laser,
        ModelWeaponPart = 9mmSuppressor 9mmSuppressor 9mmsuppressor 9mmsuppressor,
        ModelWeaponPart = GunLight GunLight gunlight gunlight,
        ModelWeaponPart = Foregrip1 Foregrip1 foregrip1 foregrip1,
        ModelWeaponPart = Foregrip2 Foregrip2 foregrip2 foregrip2,
        ModelWeaponPart = DIYSuppressor DIYSuppressor diysuppressor diysuppressor,
        ModelWeaponPart = 9mm30MagazineDrum_Attachment 9mm30MagazineDrum_Attachment magazine magazine,
        MultipleHitConditionAffected = false,
        MuzzleFlashModelKey = muzzle_flash_assault_rifle,
        NPCSoundBoost = 1.5,
        PiercingBullets = false,
        Projectilecount = 1,
        PushBackMod = 0.3,
        RackSound = M16Rack,
        Ranged = true,
        RecoilDelay = 15,
        Reloadtime = 25,
        RequiresEquippedBothHands = true,
        RunAnim = Run_Weapon2,
        ShellFallSound = M9CartridgeFall,
        SoundGain = 2.0,
        SoundRadius = 100,
        SoundVolume = 30,
        SplatBloodOnNoDeath = true,
        SplatNumber = 3,
        SplatSize = 3,
        StopPower = 2.0,
        SubCategory = Firearm,
        SwingAmountBeforeImpact = 0.0,
        SwingAnim = Rifle,
        SwingSound = M9Shoot,
        Swingtime = 0.5,
        ToHitModifier = 1.5,
        TwoHandWeapon = true,
        UnequipSound = M16UnEquip,
        UseEndurance = false,
        WeaponReloadType = boltaction,
        WeaponSprite = MP5Drum,
        Tags = base:hasmetal;base:firearm,
	Tooltip = Tooltip_MP5,
    }

	model MP5Drum
	{
		mesh = weapons/firearm/MP5_NoMagazine,	
		texture = weapons/firearm/MP5,
		attachment muzzle
		{
			offset = 0.0000 0.2420 -0.0324,
			rotate = -90.0000 0.0000 -180.0000,
		}
		attachment scope		
		{		
			offset = 0.0000 0.0124 -0.0714,	
			rotate = 0.0000 180.0000 0.0000,
		}
		attachment scope2		
		{		
			offset = 0.0000 0.0000 -0.0511,	
			rotate = 0.0000 180.0000 0.0000,
		}
		attachment reddot		
		{		
			offset = 0.0000 -0.0165 -0.0550,	
			rotate = 0.0000 180.0000 0.0000,
		}
		attachment laser		
		{		
			offset = 0.0000 0.1720 -0.0076,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment 9mmsuppressor		
		{		
			offset = 0.0000 -0.1426 -0.0323,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment gunlight		
		{		
			offset = -0.0054 0.1920 -0.0359,	
			rotate = 0.0000 -90.0000 0.0000,
		}
		attachment foregrip1		
		{		
			offset = 0.0000 -0.0060 -0.0060,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment foregrip2		
		{		
			offset = 0.0000 -0.0060 -0.0060,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment diysuppressor		
		{		
			offset = 0.0000 -0.1247 -0.0327,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment magazine		
		{		
			offset = 0.0000 0.0000 0.0000,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment world
		{
			offset = -0.0300 0.0000 0.0000,
			rotate = 0.0000 0.0000 0.0000,
		}
	}

    craftRecipe UseDrumMagMP5
    {
        timedAction = Making,
        time = 10,
	OnTest = UseDrumMagTest,
        OnCreate = RecipeCodeOnCreate.UseDrumMag,
        Tags = InHandCraft,
        category = Weaponry,
        inputs
        {
            item 1 [Base.MP5] flags[Prop2;InheritCondition;InheritAmmunition],
        }
        outputs
        {
            item 1 MP5Drum,
        }
    }

    craftRecipe UseDblStackMagMP5
    {
        timedAction = Making,
        time = 10,
	OnTest = UseDrumMagTest,
        OnCreate = RecipeCodeOnCreate.UseDrumMag,
        Tags = InHandCraft,
        category = Weaponry,
        inputs
        {
            item 1 [Base.MP5Drum] flags[Prop2;InheritCondition;InheritAmmunition],
        }
        outputs
        {
            item 1 MP5,
        }
    }

    item MP5SDDrum
    {
        DisplayCategory = Weapon,
        ItemType = base:weapon,
        Weight = 3.0,
        Icon = MP5SDDrum,
        AimingPerkCritModifier = 8,
        AimingPerkHitChanceModifier = 11,
        AimingPerkMinAngleModifier = 0.0025,
        AimingPerkRangeModifier = 2,
        AimReleaseSound = M16AimRelease,
        Aimingtime = 25,
        AmmoBox = Base.Bullets9mmBox,
        AmmoType = base:bullets_9mm,
        AttachmentType = Rifle,
        BreakSound = M16Break,
        BringToBearSound = M16BringToBear,
        ClickSound = M16Jam,
        ConditionLowerChanceOneIn = 200,
        ConditionMax = 30,
        CritDmgMultiplier = 4.0,
        CriticalChance = 20.0,
        DoorDamage = 5,
        DropSound = M16Drop,
        EjectAmmoSound = M16EjectAmmo,
        EjectAmmoStartSound = M16EjectAmmoStart,
        EjectAmmoStopSound = M16EjectAmmoStop,
        EquipSound = M16Equip,
        FireMode = Auto,
        FireModePossibilities = Auto/Single,
        CyclicRateMultiplier = 1.2,
        HitChance = 35,
        HitSound = BulletImpact,
        IdleAnim = Idle_Weapon2,
        ImpactSound = null,
        InsertAmmoSound = M16InsertAmmo,
        InsertAmmoStartSound = M16InsertAmmoStart,
        InsertAmmoStopSound = M16InsertAmmoStop,
        IsAimedFirearm = true,
        JamGunChance = 1,
        KnockBackOnNoDeath = true,
        KnockdownMod = 4.0,
        MagazineType = Base.9mm30MagazineDrum,
        MaxAmmo = 60,
        MaxDamage = 1.3,
        MaxHitcount = 1,
        MaxRange = 35.0,
        MinSightRange = 2,
        MaxSightRange = 10.0,
        MetalValue = 45.0,
        MinAngle = 0.975,
        MinDamage = 1.0,
        MinRange = 0.61,
        MinimumSwingtime = 0.5,
        ModelWeaponPart = x4Scope x4Scope scope scope,
        ModelWeaponPart = x4ACOGScope x4ACOGScope scope scope,
        ModelWeaponPart = TritiumSights TritiumSights scope2 scope2,
        ModelWeaponPart = RedDot RedDot reddot reddot,
        ModelWeaponPart = SOCOMRedDot SOCOMRedDot reddot reddot,
        ModelWeaponPart = Laser Laser laser laser,
        ModelWeaponPart = GunLight GunLight gunlight gunlight,
        ModelWeaponPart = Foregrip1 Foregrip1 foregrip1 foregrip1,
        ModelWeaponPart = Foregrip2 Foregrip2 foregrip2 foregrip2,
        ModelWeaponPart = 9mm30MagazineDrum_Attachment 9mm30MagazineDrum_Attachment magazine magazine,
        MultipleHitConditionAffected = false,
        MuzzleFlashModelKey = muzzle_flash_assault_rifle,
        NPCSoundBoost = 1.5,
        PiercingBullets = false,
        Projectilecount = 1,
        PushBackMod = 0.3,
        RackSound = M16Rack,
        Ranged = true,
        RecoilDelay = 15,
        Reloadtime = 25,
        RequiresEquippedBothHands = true,
        RunAnim = Run_Weapon2,
        ShellFallSound = M9CartridgeFall,
        SoundGain = 2.0,
        SoundRadius = 17,
        SoundVolume = 30,
        SplatBloodOnNoDeath = true,
        SplatNumber = 3,
        SplatSize = 3,
        StopPower = 2.0,
        SubCategory = Firearm,
        SwingAmountBeforeImpact = 0.0,
        SwingAnim = Rifle,
        SwingSound = 9mmSuppressed,
        Swingtime = 0.5,
        ToHitModifier = 1.5,
        TwoHandWeapon = true,
        UnequipSound = M16UnEquip,
        UseEndurance = false,
        WeaponReloadType = boltaction,
        WeaponSprite = MP5SDDrum,
        Tags = base:hasmetal;base:firearm,
	Tooltip = Tooltip_MP5SD,
    }

	model MP5SDDrum
	{
		mesh = weapons/firearm/MP5SD_NoMagazine,	
		texture = weapons/firearm/MP5,
		attachment muzzle
		{
			offset = 0.0000 0.2420 -0.0324,
			rotate = -90.0000 0.0000 -180.0000,
		}
		attachment scope		
		{		
			offset = 0.0000 0.0124 -0.0714,	
			rotate = 0.0000 180.0000 0.0000,
		}
		attachment scope2		
		{		
			offset = 0.0000 0.0000 -0.0511,	
			rotate = 0.0000 180.0000 0.0000,
		}
		attachment reddot		
		{		
			offset = 0.0000 -0.0165 -0.0550,	
			rotate = 0.0000 180.0000 0.0000,
		}
		attachment laser		
		{		
			offset = 0.0000 0.1720 -0.0076,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment gunlight		
		{		
			offset = -0.0054 0.1920 -0.0359,	
			rotate = 0.0000 -90.0000 0.0000,
		}
		attachment foregrip1		
		{		
			offset = 0.0000 -0.0060 -0.0060,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment foregrip2		
		{		
			offset = 0.0000 -0.0060 -0.0060,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment magazine		
		{		
			offset = 0.0000 0.0000 0.0000,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment world
		{
			offset = -0.0300 0.0000 0.0000,
			rotate = 0.0000 0.0000 0.0000,
		}
	}

    craftRecipe UseDrumMagMP5SD
    {
        timedAction = Making,
        time = 10,
	OnTest = UseDrumMagTest,
        OnCreate = RecipeCodeOnCreate.UseDrumMag,
        Tags = InHandCraft,
        category = Weaponry,
        inputs
        {
            item 1 [Base.MP5SD] flags[Prop2;InheritCondition;InheritAmmunition],
        }
        outputs
        {
            item 1 MP5SDDrum,
        }
    }

    craftRecipe UseDblStackMagMP5SD
    {
        timedAction = Making,
        time = 10,
	OnTest = UseDrumMagTest,
        OnCreate = RecipeCodeOnCreate.UseDrumMag,
        Tags = InHandCraft,
        category = Weaponry,
        inputs
        {
            item 1 [Base.MP5SDDrum] flags[Prop2;InheritCondition;InheritAmmunition],
        }
        outputs
        {
            item 1 MP5SD,
        }
    }

    item ThompsonDrum
    {
        DisplayCategory = Weapon,
        ItemType = base:weapon,
        Weight = 4.0,
        Icon = ThompsonDrum,
        AimingPerkCritModifier = 8,
        AimingPerkHitChanceModifier = 11,
        AimingPerkMinAngleModifier = 0.0025,
        AimingPerkRangeModifier = 2,
        AimReleaseSound = M16AimRelease,
        Aimingtime = 30,
        AmmoBox = Base.Bullets45Box,
        AmmoType = base:bullets_45,
        AttachmentType = Rifle,
        BreakSound = M16Break,
        BringToBearSound = M16BringToBear,
        ClickSound = M16Jam,
        ConditionLowerChanceOneIn = 200,
        ConditionMax = 30,
        CritDmgMultiplier = 5.0,
        CriticalChance = 20.0,
        DoorDamage = 5,
        DropSound = M16Drop,
        EjectAmmoSound = M16EjectAmmo,
        EjectAmmoStartSound = M16EjectAmmoStart,
        EjectAmmoStopSound = M16EjectAmmoStop,
        EquipSound = M16Equip,
        FireMode = Auto,
        FireModePossibilities = Auto/Single,
        CyclicRateMultiplier = 1.2,
        HitChance = 35,
        HitSound = BulletImpact,
        IdleAnim = Idle_Weapon2,
        ImpactSound = null,
        InsertAmmoSound = M16InsertAmmo,
        InsertAmmoStartSound = M16InsertAmmoStart,
        InsertAmmoStopSound = M16InsertAmmoStop,
        IsAimedFirearm = true,
        JamGunChance = 1,
        KnockBackOnNoDeath = true,
        KnockdownMod = 4.0,
        MagazineType = Base.ThompsonMagazineDrum,
        MaxAmmo = 60,
        MaxDamage = 1.4,
        MaxHitcount = 1,
        MaxRange = 35.0,
        MinSightRange = 2,
        MaxSightRange = 10.0,
        MetalValue = 45.0,
        MinAngle = 0.975,
        MinDamage = 1.1,
        MinRange = 0.61,
        MinimumSwingtime = 0.5,
        ModelWeaponPart = x4Scope x4Scope scope scope,
        ModelWeaponPart = x4ACOGScope x4ACOGScope scope scope,
        ModelWeaponPart = TritiumSights TritiumSights scope2 scope2,
        ModelWeaponPart = RedDot RedDot reddot reddot,
        ModelWeaponPart = SOCOMRedDot SOCOMRedDot reddot reddot,
        ModelWeaponPart = Laser Laser laser laser,
        ModelWeaponPart = 45Suppressor 45Suppressor 45suppressor 45suppressor,
        ModelWeaponPart = GunLight GunLight gunlight gunlight,
        ModelWeaponPart = Foregrip1 Foregrip1 foregrip1 foregrip1,
        ModelWeaponPart = Foregrip2 Foregrip2 foregrip2 foregrip2,
        ModelWeaponPart = DIYSuppressor DIYSuppressor diysuppressor diysuppressor,
        ModelWeaponPart = ThompsonMagazineDrum_Attachment ThompsonMagazineDrum_Attachment magazine magazine,
        MultipleHitConditionAffected = false,
        MuzzleFlashModelKey = muzzle_flash_assault_rifle,
        NPCSoundBoost = 1.5,
        PiercingBullets = false,
        Projectilecount = 1,
        PushBackMod = 0.3,
        RackSound = M16Rack,
        Ranged = true,
        RecoilDelay = 15,
        Reloadtime = 25,
        RequiresEquippedBothHands = true,
        RunAnim = Run_Weapon2,
        ShellFallSound = M1911CartridgeFall,
        SoundGain = 2.0,
        SoundRadius = 100,
        SoundVolume = 50,
        SplatBloodOnNoDeath = true,
        SplatNumber = 3,
        SplatSize = 3,
        StopPower = 2.0,
        SubCategory = Firearm,
        SwingAmountBeforeImpact = 0.0,
        SwingAnim = Rifle,
        SwingSound = M625Shoot,
        Swingtime = 0.5,
        ToHitModifier = 1.5,
        TwoHandWeapon = true,
        UnequipSound = M16UnEquip,
        UseEndurance = false,
        WeaponReloadType = boltaction,
        WeaponSprite = ThompsonDrum,
        Tags = base:hasmetal;base:firearm,
	Tooltip = Tooltip_Thompson,
    }

	model ThompsonDrum
	{
		mesh = weapons/firearm/Thompson_NoMagazine,	
		texture = weapons/firearm/Thompson,
		attachment muzzle
		{
			offset = 0.0000 0.2570 -0.0285,
			rotate = -90.0000 0.0000 -180.0000,
		}
		attachment scope		
		{		
			offset = 0.0000 -0.0219 -0.0515,	
			rotate = 0.0000 180.0000 0.0000,
		}
		attachment scope2		
		{		
			offset = 0.0000 -0.0448 -0.0353,	
			rotate = 0.0000 180.0000 0.0000,
		}
		attachment reddot		
		{		
			offset = 0.0000 -0.0616 -0.0398,	
			rotate = 0.0000 180.0000 0.0000,
		}
		attachment laser		
		{		
			offset = 0.0000 0.1828 -0.0011,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment 45suppressor		
		{		
			offset = 0.0000 -0.1284 -0.0283,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment gunlight		
		{		
			offset = 0.0006 0.1920 -0.0237,	
			rotate = 0.0000 -90.0000 0.0000,
		}
		attachment foregrip1		
		{		
			offset = 0.0000 0.0022 0.0101,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment foregrip2		
		{		
			offset = 0.0000 0.0022 0.0101,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment diysuppressor		
		{		
			offset = 0.0000 -0.1118 -0.0287,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment magazine		
		{		
			offset = 0.0000 0.0000 0.0000,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment world
		{
			offset = -0.0300 0.0000 0.0000,
			rotate = 0.0000 0.0000 0.0000,
		}
	}

    craftRecipe UseDrumMagThompson
    {
        timedAction = Making,
        time = 10,
	OnTest = UseDrumMagTest,
        OnCreate = RecipeCodeOnCreate.UseDrumMag,
        Tags = InHandCraft,
        category = Weaponry,
        inputs
        {
            item 1 [Base.Thompson] flags[Prop2;InheritCondition;InheritAmmunition],
        }
        outputs
        {
            item 1 ThompsonDrum,
        }
    }

    craftRecipe UseDblStackMagThompson
    {
        timedAction = Making,
        time = 10,
	OnTest = UseDrumMagTest,
        OnCreate = RecipeCodeOnCreate.UseDrumMag,
        Tags = InHandCraft,
        category = Weaponry,
        inputs
        {
            item 1 [Base.ThompsonDrum] flags[Prop2;InheritCondition;InheritAmmunition],
        }
        outputs
        {
            item 1 Thompson,
        }
    }

    item KrissVectorDrum
    {
        DisplayCategory = Weapon,
        ItemType = base:weapon,
        Weight = 3.0,
        Icon = KrissVectorDrum,
        AimingPerkCritModifier = 8,
        AimingPerkHitChanceModifier = 11,
        AimingPerkMinAngleModifier = 0.0025,
        AimingPerkRangeModifier = 2,
        AimReleaseSound = M16AimRelease,
        Aimingtime = 27,
        AmmoBox = Base.Bullets45Box,
        AmmoType = base:bullets_45,
        AttachmentType = Rifle,
        BreakSound = M16Break,
        BringToBearSound = M16BringToBear,
        ClickSound = M16Jam,
        ConditionLowerChanceOneIn = 200,
        ConditionMax = 30,
        CritDmgMultiplier = 5.0,
        CriticalChance = 20.0,
        DoorDamage = 5,
        DropSound = M16Drop,
        EjectAmmoSound = M16EjectAmmo,
        EjectAmmoStartSound = M16EjectAmmoStart,
        EjectAmmoStopSound = M16EjectAmmoStop,
        EquipSound = M16Equip,
        FireMode = Auto,
        FireModePossibilities = Auto/Single,
        CyclicRateMultiplier = 1.3,
        HitChance = 40,
        HitSound = BulletImpact,
        IdleAnim = Idle_Weapon2,
        ImpactSound = null,
        InsertAmmoSound = M16InsertAmmo,
        InsertAmmoStartSound = M16InsertAmmoStart,
        InsertAmmoStopSound = M16InsertAmmoStop,
        IsAimedFirearm = true,
        JamGunChance = 1,
        KnockBackOnNoDeath = true,
        KnockdownMod = 4.0,
        MagazineType = Base.ThompsonMagazineDrum,
        MaxAmmo = 60,
        MaxDamage = 1.6,
        MaxHitcount = 1,
        MaxRange = 35.0,
        MinSightRange = 2,
        MaxSightRange = 10.0,
        MetalValue = 45.0,
        MinAngle = 0.975,
        MinDamage = 1.3,
        MinRange = 0.61,
        MinimumSwingtime = 0.5,
        ModelWeaponPart = x4Scope x4Scope scope scope,
        ModelWeaponPart = x4ACOGScope x4ACOGScope scope scope,
        ModelWeaponPart = TritiumSights TritiumSights scope2 scope2,
        ModelWeaponPart = RedDot RedDot reddot reddot,
        ModelWeaponPart = SOCOMRedDot SOCOMRedDot reddot reddot,
        ModelWeaponPart = Laser Laser laser laser,
        ModelWeaponPart = GunLight GunLight gunlight gunlight,
        ModelWeaponPart = ThompsonMagazineDrum_Attachment ThompsonMagazineDrum_Attachment magazine magazine,
        MultipleHitConditionAffected = false,
        MuzzleFlashModelKey = muzzle_flash_assault_rifle,
        NPCSoundBoost = 1.5,
        PiercingBullets = false,
        Projectilecount = 1,
        PushBackMod = 0.3,
        RackSound = M16Rack,
        Ranged = true,
        RecoilDelay = 13,
        Reloadtime = 25,
        RequiresEquippedBothHands = true,
        RunAnim = Run_Weapon2,
        ShellFallSound = M1911CartridgeFall,
        SoundGain = 2.0,
        SoundRadius = 19,
        SoundVolume = 50,
        SplatBloodOnNoDeath = true,
        SplatNumber = 3,
        SplatSize = 3,
        StopPower = 2.0,
        SubCategory = Firearm,
        SwingAmountBeforeImpact = 0.0,
        SwingAnim = Rifle,
        SwingSound = 223556Suppressed,
        Swingtime = 0.5,
        ToHitModifier = 1.5,
        TwoHandWeapon = true,
        UnequipSound = M16UnEquip,
        UseEndurance = false,
        WeaponReloadType = boltaction,
        WeaponSprite = KrissVectorDrum,
        Tags = base:hasmetal;base:firearm,
	Tooltip = Tooltip_KrissVector,
    }

	model KrissVectorDrum
	{
		mesh = weapons/firearm/KrissVector_NoMagazine,	
		texture = weapons/firearm/KrissVector,
		attachment muzzle
		{
			offset = 0.0000 0.3663 -0.0153,
			rotate = -90.0000 0.0000 -180.0000,
		}
		attachment scope		
		{		
			offset = 0.0000 -0.0219 -0.0515,	
			rotate = 0.0000 180.0000 0.0000,
		}
		attachment scope2		
		{		
			offset = 0.0000 -0.0448 -0.0353,	
			rotate = 0.0000 180.0000 0.0000,
		}
		attachment reddot		
		{		
			offset = 0.0000 -0.0616 -0.0398,	
			rotate = 0.0000 180.0000 0.0000,
		}
		attachment laser		
		{		
			offset = 0.0000 0.1421 0.0045,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment gunlight		
		{		
			offset = 0.0006 0.1920 -0.0237,	
			rotate = 0.0000 -90.0000 0.0000,
		}
		attachment magazine		
		{		
			offset = 0.0000 0.0000 0.0000,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment world
		{
			offset = -0.0300 0.0000 0.0000,
			rotate = 0.0000 0.0000 0.0000,
		}
	}

    craftRecipe UseDrumMagazineKrissVector
    {
        timedAction = Making,
        time = 10,
	OnTest = UseDrumMagTest,
        OnCreate = RecipeCodeOnCreate.UseDrumMag,
        Tags = InHandCraft,
        category = Weaponry,
        inputs
        {
            item 1 [Base.KrissVector] flags[Prop2;InheritCondition;InheritAmmunition],
        }
        outputs
        {
            item 1 KrissVectorDrum,
        }
    }

    craftRecipe UseDblStackMagazineKrissVector
    {
        timedAction = Making,
        time = 10,
	OnTest = UseDrumMagTest,
        OnCreate = RecipeCodeOnCreate.UseDrumMag,
        Tags = InHandCraft,
        category = Weaponry,
        inputs
        {
            item 1 [Base.KrissVectorDrum] flags[Prop2;InheritCondition;InheritAmmunition],
        }
        outputs
        {
            item 1 KrissVector,
        }
    }

    item Beretta93RSMG
    {
        DisplayCategory = Weapon,
        ItemType = base:weapon,
        Weight = 1.5,
        Icon = Beretta93RSMG,
        AimingPerkCritModifier = 6,
        AimingPerkHitChanceModifier = 11,
        AimingPerkMinAngleModifier = 0.005,
        AimingPerkRangeModifier = 1.5,
        AimReleaseSound = M9AimRelease,
        Aimingtime = 15,
        AmmoBox = Base.Bullets9mmBox,
        AmmoType = base:bullets_9mm,
        AttachmentType = Holster,
        BreakSound = M9Break,
        BringToBearSound = M9BringToBear,
        ClickSound = M9Jam,
        ClipSize = 30,
        ConditionLowerChanceOneIn = 200,
        ConditionMax = 30,
        CritDmgMultiplier = 4.0,
        CriticalChance = 20.0,
        DoorDamage = 5,
        DropSound = M9Drop,
        EjectAmmoSound = M9EjectAmmo,
        EjectAmmoStartSound = M9EjectAmmoStart,
        EjectAmmoStopSound = M9EjectAmmoStop,
        EquipSound = M9Equip,
        HitChance = 25,
        HitSound = BulletImpact,
        ImpactSound = null,
        InsertAmmoSound = M9InsertAmmo,
        InsertAmmoStartSound = M9InsertAmmoStart,
        InsertAmmoStopSound = M9InsertAmmoStop,
        IsAimedFirearm = true,
        JamGunChance = 1,
        KnockBackOnNoDeath = true,
        KnockdownMod = 2.0,
        MagazineType = Base.9mm30Magazine,
        MaxAmmo = 30,
        MaxDamage = 1.2,
        MaxHitcount = 1,
        MaxRange = 20.0,
        MinSightRange = 2,
        MaxSightRange = 6.0,
        MetalValue = 30.0,
        MinAngle = 0.95,
        MinDamage = 0.9,
        MinRange = 0.61,
        MinimumSwingtime = 0.5,
        ModelWeaponPart = TritiumSights TritiumSights scope scope,
        ModelWeaponPart = RedDot RedDot reddot reddot,
        ModelWeaponPart = SOCOMRedDot SOCOMRedDot reddot reddot,
        ModelWeaponPart = Laser Laser laser laser,
        ModelWeaponPart = 9mmSuppressor 9mmSuppressor 9mmsuppressor 9mmsuppressor,
        ModelWeaponPart = GunLight GunLight gunlight gunlight,
        ModelWeaponPart = DIYSuppressor DIYSuppressor diysuppressor diysuppressor,
        ModelWeaponPart = 9mm30Magazine_Attachment 9mm30Magazine_Attachment magazine magazine,
        MultipleHitConditionAffected = false,
        MuzzleFlashModelKey = muzzle_flash_handgun,
        NPCSoundBoost = 1.5,
        Projectilecount = 1,
        PushBackMod = 0.3,
        RackSound = M9Rack,
        Ranged = true,
        RecoilDelay = 1,
        Reloadtime = 30,
        RunAnim = Run_Weapon2,
        ShellFallSound = M9CartridgeFall,
        SoundGain = 1.5,
        SoundRadius = 100,
        SoundVolume = 30,
        SplatBloodOnNoDeath = true,
        SplatNumber = 3,
        SplatSize = 3,
        StopPower = 5.0,
        SubCategory = Firearm,
        SwingAmountBeforeImpact = 0.0,
        SwingAnim = Handgun,
        SwingSound = M9Shoot,
        Swingtime = 0.5,
        ToHitModifier = 1.5,
        UnequipSound = M9UnEquip,
        UseEndurance = false,
        WeaponReloadType = handgun,
        WeaponSprite = Beretta93RSMG,
        Tags = base:hasmetal;base:firearm,
	Tooltip = Tooltip_Beretta93R,
    }

	model Beretta93RSMG
	{
		mesh = weapons/firearm/Beretta93R,	
		texture = weapons/firearm/Beretta93R,
		attachment muzzle
		{
			offset = 0.0000 0.1386 0.0264,
			rotate = -90.0000 0.0000 -180.0000,
		}
		attachment scope		
		{		
			offset = 0.0000 0.1182 0.0271,	
			rotate = 0.0000 0.0000 180.0000,
		}
		attachment reddot		
		{		
			offset = 0.0000 -0.0312 0.0332,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment laser		
		{		
			offset = 0.0000 0.0847 0.0028,	
			rotate = 0.0000 180.0000 0.0000,
		}
		attachment 9mmsuppressor		
		{		
			offset = 0.0000 -0.2421 0.0271,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment gunlight		
		{		
			offset = 0.0000 0.1010 0.0210,	
			rotate = 0.0000 -90.0000 0.0000,
		}
		attachment diysuppressor		
		{		
			offset = 0.0000 -0.2274 0.0259,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment magazine		
		{		
			scale = 0.8,
			offset = 0.0000 -0.0565 -0.0018,	
			rotate = -19.0000 180.0000 0.0000,
		}
		attachment world
		{
			offset = -0.0300 0.0000 0.0000,
			rotate = 0.0000 0.0000 0.0000,
		}
	}

    craftRecipe UseSMGMagazineBeretta93R
    {
        timedAction = Making,
        time = 10,
	OnTest = UseDrumMagTest,
        OnCreate = RecipeCodeOnCreate.UseDrumMag,
        Tags = InHandCraft,
        category = Weaponry,
        inputs
        {
            item 1 [Base.Beretta93R] flags[Prop2;InheritCondition;InheritAmmunition],
        }
        outputs
        {
            item 1 Beretta93RSMG,
        }
    }

    craftRecipe UseBerettaMagazineBeretta93RSMG
    {
        timedAction = Making,
        time = 10,
	OnTest = UseDrumMagTest,
        OnCreate = RecipeCodeOnCreate.UseDrumMag,
        Tags = InHandCraft,
        category = Weaponry,
        inputs
        {
            item 1 [Base.Beretta93RSMG] flags[Prop2;InheritCondition;InheritAmmunition],
        }
        outputs
        {
            item 1 Beretta93R,
        }
    }

    item Beretta93RDrum
    {
        DisplayCategory = Weapon,
        ItemType = base:weapon,
        Weight = 1.5,
        Icon = Beretta93RDrum,
        AimingPerkCritModifier = 6,
        AimingPerkHitChanceModifier = 11,
        AimingPerkMinAngleModifier = 0.005,
        AimingPerkRangeModifier = 1.5,
        AimReleaseSound = M9AimRelease,
        Aimingtime = 15,
        AmmoBox = Base.Bullets9mmBox,
        AmmoType = base:bullets_9mm,
        AttachmentType = Holster,
        BreakSound = M9Break,
        BringToBearSound = M9BringToBear,
        ClickSound = M9Jam,
        ClipSize = 60,
        ConditionLowerChanceOneIn = 200,
        ConditionMax = 30,
        CritDmgMultiplier = 4.0,
        CriticalChance = 20.0,
        DoorDamage = 5,
        DropSound = M9Drop,
        EjectAmmoSound = M9EjectAmmo,
        EjectAmmoStartSound = M9EjectAmmoStart,
        EjectAmmoStopSound = M9EjectAmmoStop,
        EquipSound = M9Equip,
        HitChance = 25,
        HitSound = BulletImpact,
        ImpactSound = null,
        InsertAmmoSound = M9InsertAmmo,
        InsertAmmoStartSound = M9InsertAmmoStart,
        InsertAmmoStopSound = M9InsertAmmoStop,
        IsAimedFirearm = true,
        JamGunChance = 1,
        KnockBackOnNoDeath = true,
        KnockdownMod = 2.0,
        MagazineType = Base.9mm30MagazineDrum,
        MaxAmmo = 60,
        MaxDamage = 1.2,
        MaxHitcount = 1,
        MaxRange = 20.0,
        MinSightRange = 2,
        MaxSightRange = 6.0,
        MetalValue = 30.0,
        MinAngle = 0.95,
        MinDamage = 0.9,
        MinRange = 0.61,
        MinimumSwingtime = 0.5,
        ModelWeaponPart = TritiumSights TritiumSights scope scope,
        ModelWeaponPart = RedDot RedDot reddot reddot,
        ModelWeaponPart = SOCOMRedDot SOCOMRedDot reddot reddot,
        ModelWeaponPart = Laser Laser laser laser,
        ModelWeaponPart = 9mmSuppressor 9mmSuppressor 9mmsuppressor 9mmsuppressor,
        ModelWeaponPart = GunLight GunLight gunlight gunlight,
        ModelWeaponPart = DIYSuppressor DIYSuppressor diysuppressor diysuppressor,
        ModelWeaponPart = 9mm30MagazineDrum_Attachment 9mm30MagazineDrum_Attachment magazine magazine,
        MultipleHitConditionAffected = false,
        MuzzleFlashModelKey = muzzle_flash_handgun,
        NPCSoundBoost = 1.5,
        Projectilecount = 1,
        PushBackMod = 0.3,
        RackSound = M9Rack,
        Ranged = true,
        RecoilDelay = 1,
        Reloadtime = 30,
        RunAnim = Run_Weapon2,
        ShellFallSound = M9CartridgeFall,
        SoundGain = 1.5,
        SoundRadius = 100,
        SoundVolume = 30,
        SplatBloodOnNoDeath = true,
        SplatNumber = 3,
        SplatSize = 3,
        StopPower = 5.0,
        SubCategory = Firearm,
        SwingAmountBeforeImpact = 0.0,
        SwingAnim = Handgun,
        SwingSound = M9Shoot,
        Swingtime = 0.5,
        ToHitModifier = 1.5,
        UnequipSound = M9UnEquip,
        UseEndurance = false,
        WeaponReloadType = handgun,
        WeaponSprite = Beretta93RDrum,
        Tags = base:hasmetal;base:firearm,
	Tooltip = Tooltip_Beretta93R,
    }

	model Beretta93RDrum
	{
		mesh = weapons/firearm/Beretta93R,	
		texture = weapons/firearm/Beretta93R,
		attachment muzzle
		{
			offset = 0.0000 0.1386 0.0264,
			rotate = -90.0000 0.0000 -180.0000,
		}
		attachment scope		
		{		
			offset = 0.0000 0.1182 0.0271,	
			rotate = 0.0000 0.0000 180.0000,
		}
		attachment reddot		
		{		
			offset = 0.0000 -0.0312 0.0332,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment laser		
		{		
			offset = 0.0000 0.0847 0.0028,	
			rotate = 0.0000 180.0000 0.0000,
		}
		attachment 9mmsuppressor		
		{		
			offset = 0.0000 -0.2421 0.0271,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment gunlight		
		{		
			offset = 0.0000 0.1010 0.0210,	
			rotate = 0.0000 -90.0000 0.0000,
		}
		attachment diysuppressor		
		{		
			offset = 0.0000 -0.2274 0.0259,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment magazine		
		{		
			scale = 0.8,
			offset = 0.0000 -0.0565 -0.0229,	
			rotate = -19.0000 180.0000 0.0000,
		}
		attachment world
		{
			offset = -0.0300 0.0000 0.0000,
			rotate = 0.0000 0.0000 0.0000,
		}
	}

    craftRecipe UseDrumMagazineBeretta93R
    {
        timedAction = Making,
        time = 10,
	OnTest = UseDrumMagTest,
        OnCreate = RecipeCodeOnCreate.UseDrumMag,
        Tags = InHandCraft,
        category = Weaponry,
        inputs
        {
            item 1 [Base.Beretta93R] flags[Prop2;InheritCondition;InheritAmmunition],
        }
        outputs
        {
            item 1 Beretta93RDrum,
        }
    }

    craftRecipe UseBerettaMagazineBeretta93RDrum
    {
        timedAction = Making,
        time = 10,
	OnTest = UseDrumMagTest,
        OnCreate = RecipeCodeOnCreate.UseDrumMag,
        Tags = InHandCraft,
        category = Weaponry,
        inputs
        {
            item 1 [Base.Beretta93RDrum] flags[Prop2;InheritCondition;InheritAmmunition],
        }
        outputs
        {
            item 1 Beretta93R,
        }
    }

    item AUGDrum
    {
        DisplayCategory = Weapon,
        ItemType = base:weapon,
        Weight = 3.3,
        Icon = AUG,
        AimingPerkCritModifier = 8,
        AimingPerkHitChanceModifier = 12,
        AimingPerkMinAngleModifier = 0.0025,
        AimingPerkRangeModifier = 2.5,
        AimReleaseSound = M16AimRelease,
        Aimingtime = 22,
        AmmoBox = Base.556Box,
        AmmoType = base:bullets_556,
        AttachmentType = Rifle,
        BreakSound = M16Break,
        BringToBearSound = M16BringToBear,
        ClickSound = M16Jam,
        ConditionLowerChanceOneIn = 200,
        ConditionMax = 30,
        CritDmgMultiplier = 5.0,
        CriticalChance = 20.0,
        DoorDamage = 5,
        DropSound = M16Drop,
        EjectAmmoSound = M16EjectAmmo,
        EjectAmmoStartSound = M16EjectAmmoStart,
        EjectAmmoStopSound = M16EjectAmmoStop,
        EquipSound = M16Equip,
        FireMode = Auto,
        FireModePossibilities = Auto/Single,
        CyclicRateMultiplier = 1.3,
        HitChance = 43,
        HitSound = BulletImpact,
        IdleAnim = Idle_Weapon2,
        ImpactSound = null,
        InsertAmmoSound = M16InsertAmmo,
        InsertAmmoStartSound = M16InsertAmmoStart,
        InsertAmmoStopSound = M16InsertAmmoStop,
        IsAimedFirearm = true,
        JamGunChance = 1,
        KnockBackOnNoDeath = true,
        KnockdownMod = 4.0,
        MagazineType = Base.556Clip50,
        MaxAmmo = 50,
        MaxDamage = 2.3,
        MaxHitcount = 2,
        MaxRange = 51.0,
        MinSightRange = 2,
        MaxSightRange = 26.0,
        MetalValue = 45.0,
        MinAngle = 0.975,
        MinDamage = 1.5,
        MinRange = 0.61,
        MinimumSwingtime = 0.5,
        ModelWeaponPart = Laser Laser laser laser,
        ModelWeaponPart = 223556Suppressor 223556Suppressor 223556suppressor 223556suppressor,
        ModelWeaponPart = GunLight GunLight gunlight gunlight,
        ModelWeaponPart = DIYSuppressor DIYSuppressor diysuppressor diysuppressor,
        ModelWeaponPart = 556Clip50_Attachment 556Clip50_Attachment magazine magazine,
        MultipleHitConditionAffected = false,
        MuzzleFlashModelKey = muzzle_flash_assault_rifle,
        NPCSoundBoost = 1.5,
        PiercingBullets = true,
        Projectilecount = 1,
        PushBackMod = 0.3,
        RackSound = M16Rack,
        Ranged = true,
        RecoilDelay = 12,
        Reloadtime = 25,
        RequiresEquippedBothHands = true,
        RunAnim = Run_Weapon2,
        ShellFallSound = M16CartridgeFall,
        SoundGain = 2.0,
        SoundRadius = 150,
        SoundVolume = 35,
        SplatBloodOnNoDeath = true,
        SplatNumber = 3,
        SplatSize = 3,
        StopPower = 2.0,
        SubCategory = Firearm,
        SwingAmountBeforeImpact = 0.0,
        SwingAnim = Rifle,
        SwingSound = M16Shoot,
        Swingtime = 0.5,
        ToHitModifier = 1.5,
        TwoHandWeapon = true,
        UnequipSound = M16UnEquip,
        UseEndurance = false,
        WeaponReloadType = boltaction,
        WeaponSprite = AUGDrum,
        Tags = base:hasmetal;base:firearm,
	Tooltip = Tooltip_AUG,
    }

	model AUGDrum
	{
		mesh = weapons/firearm/SteyrAUG,	
		texture = weapons/firearm/SteyrAUG,
		attachment muzzle
		{
			offset = 0.0000 0.4039 -0.0271,
			rotate = -90.0000 0.0000 -180.0000,
		}
		attachment laser		
		{		
			offset = 0.0000 0.2180 -0.0099,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment 223556suppressor		
		{		
			offset = 0.0000 -0.0618 -0.0265,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment gunlight		
		{		
			offset = -0.0062 0.2707 -0.0285,	
			rotate = 0.0000 -90.0000 0.0000,
		}
		attachment diysuppressor		
		{		
			offset = 0.0000 -0.0453 -0.0265,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment magazine		
		{		
			offset = 0.0000 -0.1268 -0.0044,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment world
		{
			offset = -0.0300 0.0000 0.0000,
			rotate = 0.0000 0.0000 0.0000,
		}
	}

    craftRecipe UseExtendedMagAUG
    {
        timedAction = Making,
        time = 10,
	OnTest = UseDrumMagTest,
        OnCreate = RecipeCodeOnCreate.UseDrumMag,
        Tags = InHandCraft,
        category = Weaponry,
        inputs
        {
            item 1 [Base.AUG] flags[Prop2;InheritCondition;InheritAmmunition],
        }
        outputs
        {
            item 1 AUGDrum,
        }
    }

    craftRecipe UseSTANAGMagAUG
    {
        timedAction = Making,
        time = 10,
	OnTest = UseDrumMagTest,
        OnCreate = RecipeCodeOnCreate.UseDrumMag,
        Tags = InHandCraft,
        category = Weaponry,
        inputs
        {
            item 1 [Base.AUGDrum] flags[Prop2;InheritCondition;InheritAmmunition],
        }
        outputs
        {
            item 1 AUG,
        }
    }

    item AUGBlackDrum
    {
        DisplayCategory = Weapon,
        ItemType = base:weapon,
        Weight = 3.3,
        Icon = AUGBlack,
        AimingPerkCritModifier = 8,
        AimingPerkHitChanceModifier = 12,
        AimingPerkMinAngleModifier = 0.0025,
        AimingPerkRangeModifier = 2.5,
        AimReleaseSound = M16AimRelease,
        Aimingtime = 22,
        AmmoBox = Base.556Box,
        AmmoType = base:bullets_556,
        AttachmentType = Rifle,
        BreakSound = M16Break,
        BringToBearSound = M16BringToBear,
        ClickSound = M16Jam,
        ConditionLowerChanceOneIn = 200,
        ConditionMax = 30,
        CritDmgMultiplier = 5.0,
        CriticalChance = 20.0,
        DoorDamage = 5,
        DropSound = M16Drop,
        EjectAmmoSound = M16EjectAmmo,
        EjectAmmoStartSound = M16EjectAmmoStart,
        EjectAmmoStopSound = M16EjectAmmoStop,
        EquipSound = M16Equip,
        FireMode = Auto,
        FireModePossibilities = Auto/Single,
        CyclicRateMultiplier = 1.3,
        HitChance = 43,
        HitSound = BulletImpact,
        IdleAnim = Idle_Weapon2,
        ImpactSound = null,
        InsertAmmoSound = M16InsertAmmo,
        InsertAmmoStartSound = M16InsertAmmoStart,
        InsertAmmoStopSound = M16InsertAmmoStop,
        IsAimedFirearm = true,
        JamGunChance = 1,
        KnockBackOnNoDeath = true,
        KnockdownMod = 4.0,
        MagazineType = Base.556Clip50,
        MaxAmmo = 50,
        MaxDamage = 2.3,
        MaxHitcount = 2,
        MaxRange = 51.0,
        MinSightRange = 2,
        MaxSightRange = 26.0,
        MetalValue = 45.0,
        MinAngle = 0.975,
        MinDamage = 1.5,
        MinRange = 0.61,
        MinimumSwingtime = 0.5,
        ModelWeaponPart = Laser Laser laser laser,
        ModelWeaponPart = 223556Suppressor 223556Suppressor 223556suppressor 223556suppressor,
        ModelWeaponPart = GunLight GunLight gunlight gunlight,
        ModelWeaponPart = DIYSuppressor DIYSuppressor diysuppressor diysuppressor,
        ModelWeaponPart = 556Clip50_Attachment 556Clip50_Attachment magazine magazine,
        MultipleHitConditionAffected = false,
        MuzzleFlashModelKey = muzzle_flash_assault_rifle,
        NPCSoundBoost = 1.5,
        PiercingBullets = true,
        Projectilecount = 1,
        PushBackMod = 0.3,
        RackSound = M16Rack,
        Ranged = true,
        RecoilDelay = 12,
        Reloadtime = 25,
        RequiresEquippedBothHands = true,
        RunAnim = Run_Weapon2,
        ShellFallSound = M16CartridgeFall,
        SoundGain = 2.0,
        SoundRadius = 150,
        SoundVolume = 35,
        SplatBloodOnNoDeath = true,
        SplatNumber = 3,
        SplatSize = 3,
        StopPower = 2.0,
        SubCategory = Firearm,
        SwingAmountBeforeImpact = 0.0,
        SwingAnim = Rifle,
        SwingSound = M36Shoot,
        Swingtime = 0.5,
        ToHitModifier = 1.5,
        TwoHandWeapon = true,
        UnequipSound = M16UnEquip,
        UseEndurance = false,
        WeaponReloadType = boltaction,
        WeaponSprite = AUGBlackDrum,
        Tags = base:hasmetal;base:firearm,
	Tooltip = Tooltip_AUG,
    }

	model AUGBlackDrum
	{
		mesh = weapons/firearm/SteyrAUGBlack,	
		texture = weapons/firearm/SteyrAUGBlack,
		attachment muzzle
		{
			offset = 0.0000 0.4039 -0.0271,
			rotate = -90.0000 0.0000 -180.0000,
		}
		attachment laser		
		{		
			offset = 0.0000 0.2180 -0.0099,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment 223556suppressor		
		{		
			offset = 0.0000 -0.0618 -0.0265,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment gunlight		
		{		
			offset = -0.0062 0.2707 -0.0285,	
			rotate = 0.0000 -90.0000 0.0000,
		}
		attachment diysuppressor		
		{		
			offset = 0.0000 -0.0453 -0.0265,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment magazine		
		{		
			offset = 0.0000 -0.1268 -0.0044,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment world
		{
			offset = -0.0300 0.0000 0.0000,
			rotate = 0.0000 0.0000 0.0000,
		}
	}

    craftRecipe UseExtendedMagAUGBlack
    {
        timedAction = Making,
        time = 10,
	OnTest = UseDrumMagTest,
        OnCreate = RecipeCodeOnCreate.UseDrumMag,
        Tags = InHandCraft,
        category = Weaponry,
        inputs
        {
            item 1 [Base.AUGBlack] flags[Prop2;InheritCondition;InheritAmmunition],
        }
        outputs
        {
            item 1 AUGBlackDrum,
        }
    }

    craftRecipe UseSTANAGMagAUGBlack
    {
        timedAction = Making,
        time = 10,
	OnTest = UseDrumMagTest,
        OnCreate = RecipeCodeOnCreate.UseDrumMag,
        Tags = InHandCraft,
        category = Weaponry,
        inputs
        {
            item 1 [Base.AUGBlackDrum] flags[Prop2;InheritCondition;InheritAmmunition],
        }
        outputs
        {
            item 1 AUGBlack,
        }
    }

    item AUGA3Drum
    {
        DisplayCategory = Weapon,
        ItemType = base:weapon,
        Weight = 3.3,
        Icon = AUGA3,
        AimingPerkCritModifier = 8,
        AimingPerkHitChanceModifier = 12,
        AimingPerkMinAngleModifier = 0.0025,
        AimingPerkRangeModifier = 2.5,
        AimReleaseSound = M16AimRelease,
        Aimingtime = 22,
        AmmoBox = Base.556Box,
        AmmoType = base:bullets_556,
        AttachmentType = Rifle,
        BreakSound = M16Break,
        BringToBearSound = M16BringToBear,
        ClickSound = M16Jam,
        ConditionLowerChanceOneIn = 200,
        ConditionMax = 30,
        CritDmgMultiplier = 5.0,
        CriticalChance = 20.0,
        DoorDamage = 5,
        DropSound = M16Drop,
        EjectAmmoSound = M16EjectAmmo,
        EjectAmmoStartSound = M16EjectAmmoStart,
        EjectAmmoStopSound = M16EjectAmmoStop,
        EquipSound = M16Equip,
        FireMode = Auto,
        FireModePossibilities = Auto/Single,
        CyclicRateMultiplier = 1.3,
        HitChance = 38,
        HitSound = BulletImpact,
        IdleAnim = Idle_Weapon2,
        ImpactSound = null,
        InsertAmmoSound = M16InsertAmmo,
        InsertAmmoStartSound = M16InsertAmmoStart,
        InsertAmmoStopSound = M16InsertAmmoStop,
        IsAimedFirearm = true,
        JamGunChance = 1,
        KnockBackOnNoDeath = true,
        KnockdownMod = 4.0,
        MagazineType = Base.556Clip50,
        MaxAmmo = 50,
        MaxDamage = 2.3,
        MaxHitcount = 2,
        MaxRange = 41.0,
        MinSightRange = 2,
        MaxSightRange = 26.0,
        MetalValue = 45.0,
        MinAngle = 0.975,
        MinDamage = 1.5,
        MinRange = 0.61,
        MinimumSwingtime = 0.5,
        ModelWeaponPart = TritiumSights TritiumSights scope2 scope2,
        ModelWeaponPart = RedDot RedDot reddot reddot,
        ModelWeaponPart = SOCOMRedDot SOCOMRedDot reddot reddot,
        ModelWeaponPart = Laser Laser laser laser,
        ModelWeaponPart = 223556Suppressor 223556Suppressor 223556suppressor 223556suppressor,
        ModelWeaponPart = GunLight GunLight gunlight gunlight,
        ModelWeaponPart = DIYSuppressor DIYSuppressor diysuppressor diysuppressor,
        ModelWeaponPart = 556Clip50_Attachment 556Clip50_Attachment magazine magazine,
        MultipleHitConditionAffected = false,
        MuzzleFlashModelKey = muzzle_flash_assault_rifle,
        NPCSoundBoost = 1.5,
        PiercingBullets = true,
        Projectilecount = 1,
        PushBackMod = 0.3,
        RackSound = M16Rack,
        Ranged = true,
        RecoilDelay = 12,
        Reloadtime = 25,
        RequiresEquippedBothHands = true,
        RunAnim = Run_Weapon2,
        ShellFallSound = M16CartridgeFall,
        SoundGain = 2.0,
        SoundRadius = 150,
        SoundVolume = 35,
        SplatBloodOnNoDeath = true,
        SplatNumber = 3,
        SplatSize = 3,
        StopPower = 2.0,
        SubCategory = Firearm,
        SwingAmountBeforeImpact = 0.0,
        SwingAnim = Rifle,
        SwingSound = M16Shoot,
        Swingtime = 0.5,
        ToHitModifier = 1.5,
        TwoHandWeapon = true,
        UnequipSound = M16UnEquip,
        UseEndurance = false,
        WeaponReloadType = boltaction,
        WeaponSprite = AUGA3Drum,
        Tags = base:hasmetal;base:firearm,
	Tooltip = Tooltip_AUG,
    }

	model AUGA3Drum
	{
		mesh = weapons/firearm/SteyrAUGA3,	
		texture = weapons/firearm/SteyrAUGA3,
		attachment muzzle
		{
			offset = 0.0000 0.4039 -0.0271,
			rotate = -90.0000 0.0000 -180.0000,
		}
		attachment scope2		
		{		
			offset = 0.0000 0.0090 -0.0638,	
			rotate = 0.0000 180.0000 0.0000,
		}
		attachment reddot		
		{		
			offset = 0.0000 -0.0323 -0.0685,	
			rotate = 0.0000 180.0000 0.0000,
		}
		attachment laser		
		{		
			offset = 0.0000 0.2180 -0.0099,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment 223556suppressor		
		{		
			offset = 0.0000 -0.0618 -0.0265,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment gunlight		
		{		
			offset = 0.0095 0.1297 -0.0174,	
			rotate = 0.0000 -90.0000 0.0000,
		}
		attachment diysuppressor		
		{		
			offset = 0.0000 -0.0453 -0.0265,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment magazine		
		{		
			offset = 0.0000 -0.1268 -0.0044,	
			rotate = 0.0000 0.0000 0.0000,
		}
		attachment world
		{
			offset = -0.0300 0.0000 0.0000,
			rotate = 0.0000 0.0000 0.0000,
		}
	}

    craftRecipe UseExtendedMagAUGA3
    {
        timedAction = Making,
        time = 10,
	OnTest = UseDrumMagTest,
        OnCreate = RecipeCodeOnCreate.UseDrumMag,
        Tags = InHandCraft,
        category = Weaponry,
        inputs
        {
            item 1 [Base.AUGA3] flags[Prop2;InheritCondition;InheritAmmunition],
        }
        outputs
        {
            item 1 AUGA3Drum,
        }
    }

    craftRecipe UseSTANAGMagAUGA3
    {
        timedAction = Making,
        time = 10,
	OnTest = UseDrumMagTest,
        OnCreate = RecipeCodeOnCreate.UseDrumMag,
        Tags = InHandCraft,
        category = Weaponry,
        inputs
        {
            item 1 [Base.AUGA3Drum] flags[Prop2;InheritCondition;InheritAmmunition],
        }
        outputs
        {
            item 1 AUGA3,
        }
    }

}